cli11
Loading...
Searching...
No Matches
cli::detail::subtype_count_min< T > Struct Template Referenceexport
module cli11

Minimum value count of a nested type. More...

Static Public Attributes

static constexpr int value
 The minimum value count.

Detailed Description

template<typename T>
struct cli::detail::subtype_count_min< T >

Minimum value count of a nested type.

Template Parameters
TThe type to measure.

Member Data Documentation

◆ value

template<typename T>
int cli::detail::subtype_count_min< T >::value
staticconstexpr
Initial value:
{
Matches containers that can be cleared and inserted into.
Definition type_tools.cpp:249
constexpr int expected_max_vector_size
Upper bound on how many values a vector-like option may consume.
Definition string_tools.cpp:215
static constexpr int value
The minimum value count.
Definition type_tools.cpp:687
The minimum number of values a type will accept.
Definition type_tools.cpp:618
static constexpr int value
The value count.
Definition type_tools.cpp:538

The minimum value count.


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