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

number of expected items in a vector More...

#include <TypeTools.hpp>

Static Public Attributes

static constexpr int value {expected_max_vector_size}
 

Detailed Description

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

number of expected items in a vector

Member Data Documentation

◆ value

template<typename T >
constexpr int CLI::detail::expected_count< T, typename std::enable_if< is_vector< T >::value >::type >::value {expected_max_vector_size}
staticconstexpr

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