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

For most types the number of expected items is 1. More...

#include <TypeTools.hpp>

Static Public Attributes

static constexpr int value {1}
 

Detailed Description

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

For most types the number of expected items is 1.

Member Data Documentation

◆ value

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

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