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