Monero
Loading...
Searching...
No Matches
command_line::arg_descriptor< T, false, true > Struct Template Reference

#include <command_line.h>

Collaboration diagram for command_line::arg_descriptor< T, false, true >:

Public Types

typedef T value_type

Public Attributes

const char * name
const char * description
T default_value
const arg_descriptor< bool, false > & ref
std::function< T(bool, bool, T)> depf
bool not_use_default

Member Typedef Documentation

◆ value_type

template<typename T>
typedef T command_line::arg_descriptor< T, false, true >::value_type

Member Data Documentation

◆ default_value

template<typename T>
T command_line::arg_descriptor< T, false, true >::default_value

◆ depf

template<typename T>
std::function<T(bool, bool, T)> command_line::arg_descriptor< T, false, true >::depf

◆ description

template<typename T>
const char* command_line::arg_descriptor< T, false, true >::description

◆ name

template<typename T>
const char* command_line::arg_descriptor< T, false, true >::name

◆ not_use_default

template<typename T>
bool command_line::arg_descriptor< T, false, true >::not_use_default

◆ ref

template<typename T>
const arg_descriptor<bool, false>& command_line::arg_descriptor< T, false, true >::ref

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