Template Struct SchemaMapper::AddMappingsWhere

Nested Relationships

This struct is a nested type of Class SchemaMapper.

Struct Documentation

template<typename Predicate>
struct AddMappingsWhere

Public Functions

template<typename T>
void operator()(SchemaItem<T> const &item) const
AddMappingsWhere(SchemaMapper *mapper_, Predicate predicate_, bool doReplace_)

Public Members

SchemaMapper *mapper
Predicate predicate
bool doReplace