Home
last modified time | relevance | path

Searched defs:hash_integral_helper (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/hana/
Dhash.hpp54 struct hash_integral_helper<Member T::*> { struct
56 static constexpr auto apply(X const&) { in apply()
62 struct hash_integral_helper<T, struct
66 static constexpr auto apply(X const&) { in apply()
73 struct hash_integral_helper<T, struct
77 static constexpr auto apply(X const&) { in apply()
84 struct hash_integral_helper<bool> { struct
92 struct hash_integral_helper<char> { struct
109 return detail::hash_integral_helper<T>::apply(x); in apply()