Searched refs:has_common_embedding_impl (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/hana/include/boost/hana/detail/ |
D | has_common_embedding.hpp | 23 struct has_common_embedding_impl : std::false_type { }; struct 26 struct has_common_embedding_impl<Concept, T, U, detail::void_t< struct 46 using has_common_embedding = typename has_common_embedding_impl<Concept, T, U>::type; 50 : has_common_embedding_impl<Concept, T, U>
|
/third_party/boost/boost/hana/detail/ |
D | has_common_embedding.hpp | 23 struct has_common_embedding_impl : std::false_type { }; struct 26 struct has_common_embedding_impl<Concept, T, U, detail::void_t< struct 46 using has_common_embedding = typename has_common_embedding_impl<Concept, T, U>::type; 50 : has_common_embedding_impl<Concept, T, U>
|