Firefly 3.1.0
Standalone library for vector calculations
|
Trait to determine if a type is a std::complex type. More...
#include <vector.hpp>
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.
T | The type to check. |