CLI11  1.9.1
Static Public Attributes | List of all members
CLI::detail::type_count< T, typename std::enable_if< is_vector< T >::value >::type > Struct Template Reference

Type size of types that look like a vector. More...

#include <TypeTools.hpp>

Static Public Attributes

static constexpr int value
 

Detailed Description

template<typename T>
struct CLI::detail::type_count< T, typename std::enable_if< is_vector< T >::value >::type >

Type size of types that look like a vector.

Member Data Documentation

◆ value

template<typename T >
constexpr int CLI::detail::type_count< T, typename std::enable_if< is_vector< T >::value >::type >::value
staticconstexpr
Initial value:
constexpr int expected_max_vector_size
Definition: StringTools.hpp:39
static const int value
Definition: TypeTools.hpp:310

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