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