Home
last modified time | relevance | path

Searched refs:under_type (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
Denum.pass.cpp38 typedef typename std::underlying_type<T>::type under_type; in test() typedef
41 std::hash<under_type> h2; in test()
46 assert(h1(t) == h2(static_cast<under_type>(i))); in test()