TRIQS/nda 2.0.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
nda::remove_complex< T >

#include <nda/traits.hpp>

Detailed Description

template<typename T>
struct nda::remove_complex< T >

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.

Template Parameters
TType to remove std::complex from.

Definition at line 105 of file traits.hpp.


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