26#ifndef TCLAP_STANDARD_TRAITS_H
27#define TCLAP_STANDARD_TRAITS_H
37#ifndef _NATIVE_WCHAR_T_DEFINED
38#define TCLAP_DONT_DECLARE_WCHAR_T_ARGTRAITS
127#if defined(_MSC_VER) && defined(_M_X64)
143struct ArgTraits<unsigned long long> {
184#ifndef TCLAP_DONT_DECLARE_WCHAR_T_ARGTRAITS
void SetString(T &dst, const std::string &src)
Arg traits are used to get compile type specialization when parsing argument values.
T::ValueCategory ValueCategory
A string like argument value type is a value that can be set using operator=(string).
A value like argument value type is a value that can be set using operator>>.