Searched refs:under_type (Results 1 – 1 of 1) sorted by relevance
38 typedef typename std::underlying_type<T>::type under_type; in test() typedef41 std::hash<under_type> h2; in test()46 assert(h1(t) == h2(static_cast<under_type>(i))); in test()