Home
last modified time | relevance | path

Searched refs:while_impl (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/hana/include/boost/hana/
Dwhile.hpp33 using While = BOOST_HANA_DISPATCH_IF(while_impl<Bool>, in operator ()()
49 struct while_impl<L, hana::when<condition>> : hana::default_ { struct
55 struct while_impl<L, hana::when<std::is_arithmetic<L>::value>> { struct
76 struct while_impl<C, hana::when< argument
/third_party/boost/boost/hana/
Dwhile.hpp33 using While = BOOST_HANA_DISPATCH_IF(while_impl<Bool>, in operator ()()
49 struct while_impl<L, hana::when<condition>> : hana::default_ { struct
55 struct while_impl<L, hana::when<std::is_arithmetic<L>::value>> { struct
76 struct while_impl<C, hana::when< struct
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dwhile.hpp60 struct while_impl : while_impl<L, when<true>> { };
/third_party/boost/boost/hana/fwd/
Dwhile.hpp60 struct while_impl : while_impl<L, when<true>> { };
/third_party/boost/libs/hana/include/boost/hana/concept/
Dlogical.hpp30 !is_default<while_impl<typename tag_of<L>::type>>::value
/third_party/boost/boost/hana/concept/
Dlogical.hpp30 !is_default<while_impl<typename tag_of<L>::type>>::value
/third_party/boost/libs/hana/test/if_/
Dnon_copyable.cpp20 struct while_impl<Boolean<Value>> { struct
/third_party/boost/libs/hana/test/_include/support/
Dnumeric.hpp88 struct while_impl<Numeric> { struct