Searched refs:fold_left_impl (Results 1 – 8 of 8) sorted by relevance
28 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
74 struct fold_left_impl : fold_left_impl<T, when<true>> { };
27 !is_default<fold_left_impl<typename tag_of<T>::type>>::value ||
50 struct fold_left_impl<Seq> { struct
116 struct fold_left_impl<tree_tag> { struct