/third_party/boost/libs/hana/include/boost/hana/core/ |
D | to.hpp | 36 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/ |
D | to.hpp | 36 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/ |
D | to.hpp | 102 struct to_impl;
|
/third_party/boost/libs/hana/include/boost/hana/fwd/core/ |
D | to.hpp | 102 struct to_impl;
|
/third_party/boost/libs/hana/example/core/convert/ |
D | embedding.cpp | 15 struct to_impl<std::vector<To>, std::vector<From>, struct
|
D | to.cpp | 26 struct to_impl<tuple_tag, Triple<X, Y, Z>> { struct
|
/third_party/boost/libs/hana/test/concept/constant/ |
D | minimal.hpp | 33 struct to_impl<minimal_constant_tag<T>, C, hana::when< struct
|
/third_party/boost/libs/hana/include/boost/hana/ext/boost/mpl/ |
D | integral_c.hpp | 71 struct to_impl<ext::boost::mpl::integral_c_tag<T>, C, struct
|
D | list.hpp | 176 struct to_impl<ext::boost::mpl::list_tag, F, when<hana::Foldable<F>::value>> { struct
|
D | vector.hpp | 192 struct to_impl<ext::boost::mpl::vector_tag, F, when<hana::Foldable<F>::value>> { struct
|
/third_party/boost/boost/hana/ext/boost/mpl/ |
D | integral_c.hpp | 71 struct to_impl<ext::boost::mpl::integral_c_tag<T>, C, struct
|
D | list.hpp | 176 struct to_impl<ext::boost::mpl::list_tag, F, when<hana::Foldable<F>::value>> { struct
|
D | vector.hpp | 192 struct to_impl<ext::boost::mpl::vector_tag, F, when<hana::Foldable<F>::value>> { struct
|
/third_party/boost/libs/hana/test/concept/ |
D | integral_constant.cpp | 28 struct to_impl<constant_tag, From, when<IntegralConstant<From>::value>> { struct
|
/third_party/boost/libs/hana/include/boost/hana/detail/ |
D | canonical_constant.hpp | 60 struct to_impl<detail::CanonicalConstant<T>, C, when< struct
|
/third_party/boost/boost/hana/detail/ |
D | canonical_constant.hpp | 60 struct to_impl<detail::CanonicalConstant<T>, C, when< struct
|
/third_party/boost/libs/hana/include/boost/hana/ext/std/ |
D | integral_constant.hpp | 86 struct to_impl<ext::std::integral_constant_tag<T>, C, when< struct
|
D | ratio.hpp | 75 struct to_impl<ext::std::ratio_tag, C, when< struct
|
/third_party/boost/boost/hana/ext/std/ |
D | integral_constant.hpp | 86 struct to_impl<ext::std::integral_constant_tag<T>, C, when< struct
|
D | ratio.hpp | 75 struct to_impl<ext::std::ratio_tag, C, when< struct
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | string.hpp | 145 struct to_impl<char const*, string_tag> { struct 168 struct to_impl<hana::string_tag, IC, hana::when< argument
|
D | bool.hpp | 211 struct to_impl<integral_constant_tag<T>, C, when<hana::IntegralConstant<C>::value>> struct
|
/third_party/boost/boost/hana/ |
D | string.hpp | 145 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/ |
D | cnumeric.hpp | 39 struct to_impl<CNumeric<T>, C, when< struct
|
/third_party/boost/libs/hana/test/core/ |
D | to.cpp | 43 struct to_impl<SpecializedTo, SpecializedFrom> { struct
|