Searched defs:group_impl (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/hana/ |
D | group.hpp | 119 struct group_impl<S, when<condition>> : default_ { struct 122 group_helper(Xs&& xs, Pred&& pred, std::index_sequence<0, i...>) { in group_helper() 154 { return group_impl::apply(static_cast<Xs&&>(xs), hana::equal); } in apply() argument
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | group.hpp | 119 struct group_impl<S, when<condition>> : default_ { struct 122 group_helper(Xs&& xs, Pred&& pred, std::index_sequence<0, i...>) { in group_helper() 154 { return group_impl::apply(static_cast<Xs&&>(xs), hana::equal); } in apply() argument
|