Home
last modified time | relevance | path

Searched refs:to_impl (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/libs/hana/include/boost/hana/core/
Dto.hpp36 struct to_impl : to_impl<To, From, when<true>> { }; struct
46 static_assert(detail::wrong<to_impl<To, From>, X>{}, in apply()
62 struct to_impl<To, From, when<condition>> struct
67 struct to_impl<To, To> : embedding<> { struct
78 return to_impl<To, From>::apply(static_cast<X&&>(x)); in operator ()() argument
84 struct to_impl<TO, FROM> : embedding<> \
128 struct to_impl<detail::copy_char_signedness<TO>::type, char> \
143 struct to_impl<T*, decltype(nullptr)> : embedding<> { struct
155 static_cast<convert_detail::no_conversion>(*(to_impl<To, From>*)0) argument
166 static_cast<embedding<true>>(*(to_impl<To, From>*)0)
[all …]
/third_party/boost/boost/hana/core/
Dto.hpp36 struct to_impl : to_impl<To, From, when<true>> { }; struct
46 static_assert(detail::wrong<to_impl<To, From>, X>{}, in apply()
62 struct to_impl<To, From, when<condition>> struct
67 struct to_impl<To, To> : embedding<> { struct
78 return to_impl<To, From>::apply(static_cast<X&&>(x)); in operator ()() argument
84 struct to_impl<TO, FROM> : embedding<> \
128 struct to_impl<detail::copy_char_signedness<TO>::type, char> \
143 struct to_impl<T*, decltype(nullptr)> : embedding<> { struct
155 static_cast<convert_detail::no_conversion>(*(to_impl<To, From>*)0) argument
166 static_cast<embedding<true>>(*(to_impl<To, From>*)0)
[all …]
/third_party/boost/boost/hana/fwd/core/
Dto.hpp102 struct to_impl;
/third_party/boost/libs/hana/include/boost/hana/fwd/core/
Dto.hpp102 struct to_impl;
/third_party/boost/libs/hana/example/core/convert/
Dembedding.cpp15 struct to_impl<std::vector<To>, std::vector<From>, struct
Dto.cpp26 struct to_impl<tuple_tag, Triple<X, Y, Z>> { struct
/third_party/boost/libs/hana/test/concept/constant/
Dminimal.hpp33 struct to_impl<minimal_constant_tag<T>, C, hana::when< struct
/third_party/boost/libs/hana/include/boost/hana/ext/boost/mpl/
Dintegral_c.hpp71 struct to_impl<ext::boost::mpl::integral_c_tag<T>, C, struct
Dlist.hpp176 struct to_impl<ext::boost::mpl::list_tag, F, when<hana::Foldable<F>::value>> { struct
Dvector.hpp192 struct to_impl<ext::boost::mpl::vector_tag, F, when<hana::Foldable<F>::value>> { struct
/third_party/boost/boost/hana/ext/boost/mpl/
Dintegral_c.hpp71 struct to_impl<ext::boost::mpl::integral_c_tag<T>, C, struct
Dlist.hpp176 struct to_impl<ext::boost::mpl::list_tag, F, when<hana::Foldable<F>::value>> { struct
Dvector.hpp192 struct to_impl<ext::boost::mpl::vector_tag, F, when<hana::Foldable<F>::value>> { struct
/third_party/boost/libs/hana/test/concept/
Dintegral_constant.cpp28 struct to_impl<constant_tag, From, when<IntegralConstant<From>::value>> { struct
/third_party/boost/libs/hana/include/boost/hana/detail/
Dcanonical_constant.hpp60 struct to_impl<detail::CanonicalConstant<T>, C, when< struct
/third_party/boost/boost/hana/detail/
Dcanonical_constant.hpp60 struct to_impl<detail::CanonicalConstant<T>, C, when< struct
/third_party/boost/libs/hana/include/boost/hana/ext/std/
Dintegral_constant.hpp86 struct to_impl<ext::std::integral_constant_tag<T>, C, when< struct
Dratio.hpp75 struct to_impl<ext::std::ratio_tag, C, when< struct
/third_party/boost/boost/hana/ext/std/
Dintegral_constant.hpp86 struct to_impl<ext::std::integral_constant_tag<T>, C, when< struct
Dratio.hpp75 struct to_impl<ext::std::ratio_tag, C, when< struct
/third_party/boost/libs/hana/include/boost/hana/
Dstring.hpp145 struct to_impl<char const*, string_tag> { struct
168 struct to_impl<hana::string_tag, IC, hana::when< argument
Dbool.hpp211 struct to_impl<integral_constant_tag<T>, C, when<hana::IntegralConstant<C>::value>> struct
/third_party/boost/boost/hana/
Dstring.hpp145 struct to_impl<char const*, string_tag> { struct
168 struct to_impl<hana::string_tag, IC, hana::when< struct
/third_party/boost/libs/hana/test/_include/support/
Dcnumeric.hpp39 struct to_impl<CNumeric<T>, C, when< struct
/third_party/boost/libs/hana/test/core/
Dto.cpp43 struct to_impl<SpecializedTo, SpecializedFrom> { struct

12