Searched refs:StdHashId (Results 1 – 1 of 1) sorted by relevance
150 using StdHashId = std::hash<std::underlying_type<Id>::type>; variable153 struct IdHash : StdHashId {156 using result_type = StdHashId::result_type;160 return StdHashId::operator()(static_cast<StdHashId::argument_type>(id)); in operator()