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