Ookii.CommandLine for C++  2.0.0
Static Public Attributes | List of all members
ookii::basic_usage_writer< CharType, Traits, Alloc >::defaults Struct Reference

Provides default values for the fields of basic_usage_writer. More...

#include <ookii/usage_writer.h>

Static Public Attributes

static constexpr size_t application_description_indent = 0
 Default value for basic_usage_writer::application_description_indent.
 
static constexpr size_t argument_description_indent = 8
 Default value for basic_usage_writer::argument_description_indent.
 
static constexpr size_t command_description_indent = 8
 Default value for basic_usage_writer::command_description_indent.
 
static constexpr auto name_separator = literal_cast<CharType>(", ")
 Default value for basic_usage_writer::name_separator.
 
static constexpr size_t syntax_indent = 3
 Default value for basic_usage_writer::syntax_indent.
 

Detailed Description

template<typename CharType, typename Traits = std::char_traits<CharType>, typename Alloc = std::allocator<CharType>>
struct ookii::basic_usage_writer< CharType, Traits, Alloc >::defaults

Provides default values for the fields of basic_usage_writer.


The documentation for this struct was generated from the following file: