5 #ifndef ODB_SCHEMA_VERSION_HXX
6 #define ODB_SCHEMA_VERSION_HXX
11 #include <odb/details/export.hxx>
18 : version (v), migration (m) {}
73 #endif // ODB_SCHEMA_VERSION_HXX
bool operator<=(const schema_version_migration &x, const schema_version_migration &y)
Definition: schema-version.hxx:57
bool operator>=(const schema_version_migration &x, const schema_version_migration &y)
Definition: schema-version.hxx:64
schema_version_migration(schema_version v=0, bool m=false)
Definition: schema-version.hxx:17
bool operator!=(const lazy_ptr< T > &, const lazy_ptr< Y > &)
schema_version version
Definition: schema-version.hxx:20
unsigned long long schema_version
Definition: forward.hxx:30
Definition: schema-version.hxx:15
bool operator<(const schema_version_migration &x, const schema_version_migration &y)
Definition: schema-version.hxx:41
bool operator==(const lazy_ptr< T > &, const lazy_ptr< Y > &)
bool migration
Definition: schema-version.hxx:21
bool operator>(const schema_version_migration &x, const schema_version_migration &y)
Definition: schema-version.hxx:49