Home
last modified time | relevance | path

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

/third_party/boost/libs/hana/include/boost/hana/detail/
Dhas_common_embedding.hpp23 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/
Dhas_common_embedding.hpp23 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,