Home
last modified time | relevance | path

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

/third_party/boost/boost/hana/
Dfold_left.hpp28 using FoldLeft = BOOST_HANA_DISPATCH_IF(fold_left_impl<S>, in operator ()()
45 using FoldLeft = BOOST_HANA_DISPATCH_IF(fold_left_impl<S>, in operator ()()
75 struct fold_left_impl<T, when<condition>> : default_ { struct
/third_party/boost/libs/hana/include/boost/hana/
Dfold_left.hpp28 using FoldLeft = BOOST_HANA_DISPATCH_IF(fold_left_impl<S>, in operator ()()
45 using FoldLeft = BOOST_HANA_DISPATCH_IF(fold_left_impl<S>, in operator ()()
75 struct fold_left_impl<T, when<condition>> : default_ { struct
/third_party/boost/boost/hana/fwd/
Dfold_left.hpp74 struct fold_left_impl : fold_left_impl<T, when<true>> { };
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dfold_left.hpp74 struct fold_left_impl : fold_left_impl<T, when<true>> { };
/third_party/boost/boost/hana/concept/
Dfoldable.hpp27 !is_default<fold_left_impl<typename tag_of<T>::type>>::value ||
/third_party/boost/libs/hana/include/boost/hana/concept/
Dfoldable.hpp27 !is_default<fold_left_impl<typename tag_of<T>::type>>::value ||
/third_party/boost/libs/hana/test/_include/support/
Dseq.hpp50 struct fold_left_impl<Seq> { struct
/third_party/boost/libs/hana/example/misc/
Dtree.cpp116 struct fold_left_impl<tree_tag> { struct