![]() |
pairinteraction
A Rydberg Interaction Calculator
|
Helper struct to extract types from a numerical type. More...
#include <traits.hpp>
Public Types | |
using | real_t = Numeric |
Static Public Attributes | |
static constexpr bool | is_complex_v = false |
static constexpr bool | from_floating_point_v = std::is_floating_point<Numeric>::value |
static constexpr bool | from_integral_v = std::is_integral<Numeric>::value |
Helper struct to extract types from a numerical type.
Numeric | The numerical type from which to extract types. |
Definition at line 35 of file traits.hpp.
using pairinteraction::traits::NumTraits< Numeric >::real_t = Numeric |
Definition at line 38 of file traits.hpp.
|
staticconstexpr |
Definition at line 40 of file traits.hpp.
|
staticconstexpr |
Definition at line 41 of file traits.hpp.
|
staticconstexpr |
Definition at line 39 of file traits.hpp.