Searched defs: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 29 using Common = typename common<T, U>::type; 30 using type = std::integral_constant<bool,
|
/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 29 using Common = typename common<T, U>::type; 30 using type = std::integral_constant<bool,
|