#include <deal.II/base/numbers.h>
|
static constexpr const std::complex< T > & | value (const std::complex< T > &t) |
|
static constexpr std::complex< T > | value (const T &t) |
|
template<typename U > |
static constexpr std::complex< T > | value (const std::complex< U > &t) |
|
template<typename T>
struct internal::NumberType< std::complex< T > >
Definition at line 749 of file numbers.h.
◆ value() [1/3]
template<typename T >
static constexpr const std::complex< T > & internal::NumberType< std::complex< T > >::value |
( |
const std::complex< T > & |
t | ) |
|
|
inlinestaticconstexpr |
◆ value() [2/3]
◆ value() [3/3]
template<typename T >
template<typename U >
static constexpr std::complex< T > internal::NumberType< std::complex< T > >::value |
( |
const std::complex< U > & |
t | ) |
|
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file: