Searched refs:as_tuple_impl (Results 1 – 1 of 1) sorted by relevance
59 inline auto as_tuple_impl( T && arg, std::false_type /* is_tuple = nullptr */ ) in as_tuple_impl() function70 as_tuple_impl(T && arg, std::true_type /* is_tuple */ ) { in as_tuple_impl() function76 -> decltype( as_tuple_impl(std::forward<T>(arg), in as_tuple()78 return as_tuple_impl(std::forward<T>(arg), in as_tuple()