예제 #1
0
 friend constexpr bool operator==(const type_id_t& lhs, const type_id_t& rhs)
 {
     return lhs.hash() == rhs.hash();
 }
예제 #2
0
 constexpr unnamed_type_id_t(const type_id_t& id) :
     _hash{id.hash()}
 {}