Home
last modified time | relevance | path

Searched defs:none_of_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/hana/
Dnone_of.hpp41 struct none_of_impl<S, when<condition>> : default_ { struct
43 static constexpr auto apply(Xs&& xs, Pred&& pred) { in apply()