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

The type inside a wrapper, or a supplied default. More...

Public Types

using type = def_t
 The unwrapped type.

Detailed Description

template<typename T, typename def_t>
struct cli::detail::wrapped_type< T, def_t >

The type inside a wrapper, or a supplied default.

Template Parameters
TThe type to unwrap.
def_tThe type to report when T is not a wrapper.

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