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

Value count of a nested type, treating containers as unbounded. More...

Static Public Attributes

static constexpr int value {mutable_container<T> ? expected_max_vector_size : type_count<T>::value}
 The value count.

Detailed Description

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

Value count of a nested type, treating containers as unbounded.

Template Parameters
TThe type to measure.

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