Definition at line 34 of file schema1.cc.
◆ insert()
void schema1::anonymous_namespace{schema1.cc}::IsOrphan::insert |
( |
int |
id | ) |
|
|
inline |
◆ operator()() [1/2]
bool schema1::anonymous_namespace{schema1.cc}::IsOrphan::operator() |
( |
const Variable & |
v | ) |
const |
|
inline |
◆ operator()() [2/2]
bool schema1::anonymous_namespace{schema1.cc}::IsOrphan::operator() |
( |
const shared_ptr< Layout > & |
l | ) |
const |
|
inline |
Definition at line 41 of file schema1.cc.
42 return l &&
ids.contains(l->id);
◆ ids
set<int> schema1::anonymous_namespace{schema1.cc}::IsOrphan::ids |
The documentation for this struct was generated from the following file: