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

#include <arg_router/traits.hpp>

Inherits std::false_type.

Detailed Description

template<typename T>
struct arg_router::traits::is_specialisation< T >

True if T is a specialisation.

Note
Explicit specialisations will need adding for types with non-type template parameters (e.g. std::array)
Template Parameters
TType to test

Definition at line 136 of file traits.hpp.


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