Loading...
Searching...
No Matches
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

◆ value

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

Definition at line 1153 of file CLI11.h.


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