Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dtuple.hpp85 template<class Tp, class F> BOOST_MP11_CONSTEXPR F tuple_for_each( Tp && tp, F && f ) in tuple_for_each() function
/third_party/boost/libs/hof/test/
Dtuple_for_each.cpp22 BOOST_HOF_STATIC_FUNCTION(tuple_for_each) = tuple_for_each_f{}; in BOOST_HOF_STATIC_FUNCTION() argument