Type trait for extracting the underlying type from a std::complex, or just getting the type of anything which is not std::complex.
More...
#include <ptems/vector.hpp>
template<typename T>
struct ptems::remove_complex< T >
Type trait for extracting the underlying type from a std::complex, or just getting the type of anything which is not std::complex.
- Warning
- Use remove_complex_t instead (removes const, volatile, and reference)
- Template Parameters
-
T | The (complex) type to extract the underlying type from |
◆ type
◆ remove_complex_t
template<typename T >
template<typename T >
Helper for extracting the underlying type from a std::complex, or just getting the type of anything which is not std::complex.
- Template Parameters
-
T | The (complex) type to extract the underlying type from |
The documentation for this struct was generated from the following file: