arg_router  1.4.0
C++ command line argument parsing and routing
arg_router::traits::unpack_and_derive< T > Class Template Reference

#include <arg_router/traits.hpp>

Detailed Description

template<typename T>
class arg_router::traits::unpack_and_derive< T >

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.

Template Parameters
TTuple-like type, whose elements to indivdually derive from

Definition at line 235 of file traits.hpp.


The documentation for this class was generated from the following file: