arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/policy/policy.hpp>
Inherits std::false_type.
Evaluates to true if T is a policy.
Unfortunately due to the way that policies form an is-a relationship with their owners, we can't tag a type as a policy via inheritance. So all policies must create a specialisation of this and manually mark themselves as a policy.
T | Type to test |
Definition at line 30 of file policy.hpp.