12#ifndef settings_ids_declared
13#define settings_ids_declared
33 constexpr bool is_null()
const {
return id == Record_Id(0);}
34 constexpr bool is_not_null()
const {
return id != Record_Id(0);}
35 constexpr size_t get_id()
const {
return size_t(
id);}
Strongly-typed wrapper around an integer representing a row of the settings table.
constexpr bool operator==(id_of_settings x) const
constexpr id_of_settings(size_t id)
constexpr bool is_null() const
constexpr bool is_not_null() const
constexpr size_t get_id() const
constexpr id_of_settings(Record_Id id)
constexpr bool operator>(id_of_settings x) const
constexpr bool operator<=(id_of_settings x) const
constexpr id_of_settings operator[](size_t i) const
constexpr Record_Id get_record_id() const
constexpr bool operator>=(id_of_settings x) const
constexpr bool operator<(id_of_settings x) const
constexpr bool operator!=(id_of_settings x) const
constexpr id_of_settings()
Automatically generated by joedbc.