tclap
1.4.0
|
Arg traits are used to get compile type specialization when parsing argument values. More...
#include <ArgTraits.h>
Public Types | |
typedef DefaultArgTrait< T, hasTrait >::ValueCategory | ValueCategory |
Arg traits are used to get compile type specialization when parsing argument values.
Using an ArgTraits you can specify the way that values gets assigned to any particular type during parsing. The two supported types are StringLike and ValueLike. ValueLike is the default and means that operator>> will be used to assign values to the type.
Definition at line 82 of file ArgTraits.h.
typedef DefaultArgTrait<T, hasTrait>::ValueCategory TCLAP::ArgTraits< T >::ValueCategory |
Definition at line 118 of file ArgTraits.h.