HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pxr_CLI::CLI::detail::is_complex< T > Class Template Reference

Check for complex. More...

#include <CLI11.h>

Static Public Attributes

static constexpr bool value = decltype(test<T>(0))::value
 

Detailed Description

template<typename T>
class pxr_CLI::CLI::detail::is_complex< T >

Check for complex.

Definition at line 1146 of file CLI11.h.

Member Data Documentation

template<typename T >
constexpr bool pxr_CLI::CLI::detail::is_complex< T >::value = decltype(test<T>(0))::value
static

Definition at line 1153 of file CLI11.h.


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