Struct dict_ref_t

struct dict_ref_t

Public Functions

dict_ref_t()
dict_ref_t(int32_t db_id, int32_t dict_id)
bool operator==(const struct dict_ref_t &rhs) const
struct dict_ref_t &operator=(const struct dict_ref_t &rhs)
bool operator<(const struct dict_ref_t &rhs) const
size_t operator()(const struct dict_ref_t &ref) const
std::string toString() const

Public Members

int32_t dbId
int32_t dictId

Public Static Functions

static dict_ref_t InvalidDictRef()

Public Static Attributes

constexpr int32_t invalidDbId = {-1}
constexpr int32_t invalidDictId = {-1}