arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/traits.hpp>
A struct that takes a tuple-like type, unpacks it, and derives from each of the elements.
The valid specialisation will provide a tuple constructor.
T | Tuple-like type, whose elements to indivdually derive from |
Definition at line 235 of file traits.hpp.