CLI11 2.7.1
C++11 Command Line Interface Parser
Loading...
Searching...
No Matches
CLI::detail::type_count< T, typename std::enable_if< is_wrapper< T >::value &&!is_complex< T >::value &&!is_tuple_like< T >::value &&!is_mutable_container< T >::value >::type > Struct Template Reference

Type size of types that are wrappers,except containers complex and tuples(which can also be wrappers sometimes). More...

#include <TypeTools.hpp>

Static Public Attributes

static constexpr int value {type_count<typename T::value_type>::value}

Detailed Description

template<typename T>
struct CLI::detail::type_count< T, typename std::enable_if< is_wrapper< T >::value &&!is_complex< T >::value &&!is_tuple_like< T >::value &&!is_mutable_container< T >::value >::type >

Type size of types that are wrappers,except containers complex and tuples(which can also be wrappers sometimes).


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