arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/traits.hpp>
Evaluates to a std::tuple
of the return and argument types the Callable
T has.
The first tuple element type is the return type.
From https://stackoverflow.com/a/27867127/498437.
T | Type to query |
Definition at line 718 of file traits.hpp.