arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/algorithm.hpp>
Public Types | |
using | first_type = boost::mp11::mp_transform< boost::mp11::mp_first, T > |
using | second_type = boost::mp11::mp_transform< boost::mp11::mp_second, T > |
Unzips the zipped tuple T (i.e. a tuple of pairs) into its two constituent tuples.
T | Zipped tuple type |
Definition at line 165 of file algorithm.hpp.
using arg_router::algorithm::unzip< T >::first_type = boost::mp11::mp_transform<boost::mp11::mp_first, T> |
First element of each zipped pair.
Definition at line 167 of file algorithm.hpp.
using arg_router::algorithm::unzip< T >::second_type = boost::mp11::mp_transform<boost::mp11::mp_second, T> |
Second element of each zipped pair.
Definition at line 170 of file algorithm.hpp.