Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dtuple.hpp154 BOOST_MP11_CONSTEXPR auto tuple_transform( F const& f, Tp1&& tp1, Tp&&... tp ) in tuple_transform() function
166 BOOST_MP11_CONSTEXPR auto tuple_transform( F const& f, Tp&&... tp ) in tuple_transform() function
/third_party/boost/libs/hof/test/
Dtuple_transform.cpp39 BOOST_HOF_STATIC_FUNCTION(tuple_transform) = tuple_transform_f{}; in BOOST_HOF_STATIC_FUNCTION() argument