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

Plain types expect a single appearance. More...

Static Public Attributes

static constexpr int value {1}
 The expected appearance count.

Detailed Description

template<typename T>
requires (!mutable_container<T> && !wrapper_like<T> && !std::is_void_v<T>)
struct cli::detail::expected_count< T >

Plain types expect a single appearance.

Wrappers report the expectation of the type they hold.

Containers accept an unbounded number of appearances.


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