Firefly 3.1.0
Standalone library for vector calculations
Loading...
Searching...
No Matches
firefly::is_complex< T > Struct Template Reference

Trait to determine if a type is a std::complex type. More...

#include <vector.hpp>

Inheritance diagram for firefly::is_complex< T >:

Detailed Description

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

Trait to determine if a type is a std::complex type.

This struct is specialized for std::complex types, returning true_type for complex types and false_type for all other types.

Template Parameters
TThe type to check.

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