tclap
1.2.0
|
Arg traits are used to get compile type specialization when parsing argument values. More...
#include <ArgTraits.h>
Public Types | |
typedef T::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 string like and value like.
typedef T::ValueCategory TCLAP::ArgTraits::ValueCategory |
Definition at line 75 of file ArgTraits.h.