Ookii.CommandLine for C++
2.0.0
|
Provides a template used to determine the default value description for a type. More...
#include "type_info.h"
Go to the source code of this file.
Classes | |
struct | ookii::value_description< T, CharType, Traits, Alloc > |
Template used to specify the default value description for a type. More... | |
struct | ookii::value_description< std::basic_string< CharType2, Traits2, Alloc2 >, CharType, Traits, Alloc > |
Specialization of value_description for strings. More... | |
struct | ookii::value_description< std::optional< T >, CharType, Traits, Alloc > |
Specialization of value_description for std::optional<T> . More... | |
Namespaces | |
ookii | |
Namespace containing the core Ookii.CommandLine.Cpp types. | |
Provides a template used to determine the default value description for a type.