gslcpp
Modern-C++ Wrapper for GSL
Public Types | List of all members
gsl::is_complex< T > Struct Template Reference

Define is_complex::VALUE as false for generic is_complex. More...

#include <is-complex.hpp>

Public Types

enum  : bool { VALUE = false }
 

Detailed Description

template<typename T>
struct gsl::is_complex< T >

Define is_complex::VALUE as false for generic is_complex.

Specialization for each complex T defines value as true.

Template Parameters
TCandidate type for determination of complexity.

Definition at line 14 of file is-complex.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum : bool
Enumerator
VALUE 

Indicate that T is not complex.

Definition at line 15 of file is-complex.hpp.

15 : bool { VALUE= false };

The documentation for this struct was generated from the following file:
gsl::is_complex::VALUE
@ VALUE
Indicate that T is not complex.
Definition: is-complex.hpp:15