Simple-Utility v2.3.1
|
Trait type determining the result of a std::tuple_cat
call.
More...
#include <General.hpp>
Public Types | |
using | type = decltype(std::tuple_cat(std::declval< Tuple >(), std::declval< Others >()...)) |
Trait type determining the result of a std::tuple_cat
call.
using sl::tuple::cat_result< Tuple, Others >::type = decltype(std::tuple_cat( std::declval<Tuple>(), std::declval<Others>()... )) |