36 return (this->
dbId < rhs.
dbId) ?
true
42 std::hash<int32_t> int32_hash;
43 return int32_hash(ref.dictId) ^ (int32_hash(ref.dbId) << 2);
bool operator<(const struct dict_ref_t &rhs) const
static constexpr int32_t invalidDbId
struct dict_ref_t & operator=(const struct dict_ref_t &rhs)
static constexpr int32_t invalidDictId
dict_ref_t(int32_t db_id, int32_t dict_id)
std::string toString() const
static dict_ref_t InvalidDictRef()
bool operator==(const struct dict_ref_t &rhs) const
size_t operator()(const struct dict_ref_t &ref) const noexcept
static constexpr int32_t literalsDictId