Simple-Utility v2.3.1
|
Trait type determining the result of a cartesian_product
call.
More...
#include <Algorithm.hpp>
Public Types | |
using | type = decltype(detail::cartesian_product(std::declval< Tuples >()...)) |
Trait type determining the result of a cartesian_product
call.
using sl::tuple::cartesian_product_result< Tuples >::type = decltype(detail::cartesian_product(std::declval<Tuples>()...)) |