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_complex< T >::value >::type > Struct Template Reference

Type size for complex since it sometimes looks like a wrapper. More...

#include <CLI11.h>

Static Public Attributes

static constexpr int value {2}
 

Detailed Description

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

Type size for complex since it sometimes looks like a wrapper.

Definition at line 1356 of file CLI11.h.

Member Data Documentation

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

Definition at line 1357 of file CLI11.h.


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