HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pxr_CLI::CLI::detail::type_count< T, typename std::enable_if< is_mutable_container< T >::value >::type > Struct Template Reference

Type size of types that are wrappers,except complex and tuples(which can also be wrappers sometimes) More...

#include <CLI11.h>

Static Public Attributes

static constexpr int value {subtype_count<typename T::value_type>::value}
 

Detailed Description

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

Type size of types that are wrappers,except complex and tuples(which can also be wrappers sometimes)

Definition at line 1361 of file CLI11.h.

Member Data Documentation

template<typename T >
constexpr int pxr_CLI::CLI::detail::type_count< T, typename std::enable_if< is_mutable_container< T >::value >::type >::value {subtype_count<typename T::value_type>::value}
static

Definition at line 1362 of file CLI11.h.


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