Type trait for checking if a type is std::complex or not. More...
#include <ptems/vector.hpp>
Related Functions | |
(Note that these are not member functions.) | |
template<typename T > | |
constexpr bool | is_complex_v = is_complex<typename std::remove_cv<typename std::remove_reference<T>::type>::type>::value |
Helper for checking if type is std::complex or not. More... | |
Type trait for checking if a type is std::complex or not.
T | The type to check |
|
related |
Helper for checking if type is std::complex or not.
T | The type to check |