12#ifndef settings_ids_declared 
   13#define settings_ids_declared 
   33   constexpr bool is_null()
 const {
return id.is_null();}
 
   35   constexpr auto get_id()
 const {
return to_underlying(
id);}
 
 
Strongly-typed wrapper around an integer representing a row of the settings table.
 
constexpr bool operator==(id_of_settings x) const
 
constexpr bool is_null() const
 
constexpr bool is_not_null() 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 id_of_settings(joedb::index_t id)
 
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()
 
constexpr auto get_id() const
 
Automatically generated by joedbc.