Searched refs:StdHashIdKeyType (Results 1 – 1 of 1) sorted by relevance
150 using StdHashIdKeyType = std::underlying_type<Id>::type; variable151 using StdHashId = std::hash<StdHashIdKeyType>;156 using result_type = std::invoke_result<StdHashId, StdHashIdKeyType>::type;163 return StdHashId::operator()(static_cast<StdHashIdKeyType>(id)); in operator()