Loading...
Searching...
No Matches
type_count< T, typename std::enable_if<!is_wrapper< T >::value &&!is_tuple_like< T >::value &&!is_complex< T >::value &&!std::is_void< T >::value >::type > Struct Template Reference

Type size for regular object types that do not look like a tuple. More...

#include <CLI11.h>

Static Public Attributes

static constexpr int value {1}
 

Detailed Description

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

Type size for regular object types that do not look like a tuple.

Definition at line 1349 of file CLI11.h.

Member Data Documentation

◆ value

constexpr int value {1}
staticconstexpr

Definition at line 1352 of file CLI11.h.


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