the base tuple size
More...
#include <TypeTools.hpp>
|
static constexpr int | value |
|
template<typename T>
struct CLI::detail::type_count_base< T, typename std::enable_if< is_tuple_like< T >::value &&!is_mutable_container< T >::value >::type >
the base tuple size
Initial value:{
std::tuple_size<typename std::decay<T>::type>
::value}
The documentation for this struct was generated from the following file: