|
TRIQS/nda 2.0.0
Multi-dimensional array library for C++
|
#include <nda/traits.hpp>
Trait that removes std::complex from a type and exposes its underlying value type.
In case the given type is not a std::complex, the type itself is exposed.
| T | Type to remove std::complex from. |
Definition at line 105 of file traits.hpp.