12#ifndef tutorial_rpc_population_ids_declared
13#define tutorial_rpc_population_ids_declared
35 constexpr bool is_null()
const {
return id.is_null();}
37 constexpr auto get_id()
const {
return to_underlying(
id);}
Strongly-typed wrapper around an integer representing a row of the city table.
Strongly-typed wrapper around an integer representing a row of the data table.
constexpr bool is_null() const
constexpr id_of_data(joedb::index_t id)
constexpr auto get_id() const
constexpr bool operator<(id_of_data x) const
constexpr id_of_data(Record_Id id)
constexpr bool is_not_null() const
constexpr bool operator>=(id_of_data x) const
constexpr id_of_data operator[](size_t i) const
constexpr bool operator>(id_of_data x) const
constexpr bool operator!=(id_of_data x) const
constexpr bool operator==(id_of_data x) const
constexpr Record_Id get_record_id() const
constexpr bool operator<=(id_of_data x) const
Automatically generated by joedbc.