Home
last modified time | relevance | path

Searched refs:as_tuple_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/test/data/monomorphic/
Dsample_merge.hpp59 inline auto as_tuple_impl( T && arg, std::false_type /* is_tuple = nullptr */ ) in as_tuple_impl() function
70 as_tuple_impl(T && arg, std::true_type /* is_tuple */ ) { in as_tuple_impl() function
76 -> decltype( as_tuple_impl(std::forward<T>(arg), in as_tuple()
78 return as_tuple_impl(std::forward<T>(arg), in as_tuple()