Searched defs:bool_hash (Results 1 – 2 of 2) sorted by relevance
151 struct bool_hash { struct152 typedef bool data_t;153 unsigned operator()(bool x) const { return static_cast<unsigned>(x); } in operator()
151 struct bool_hash { struct152 typedef bool data;153 unsigned operator()(bool x) const { return static_cast<unsigned>(x); } in operator()