Ookii.CommandLine for C++  2.0.0
Classes | Namespaces
value_description.h File Reference

Provides a template used to determine the default value description for a type. More...

#include "type_info.h"
Include dependency graph for value_description.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Provides a template used to determine the default value description for a type.