![]() |
pairinteraction
A Rydberg Interaction Calculator
|
Helper struct to extract whether a type supports certain operations. More...
#include <traits.hpp>
Static Public Attributes | |
static constexpr bool | has_equal_v = std::is_invocable_r_v<bool, std::equal_to<>, T, T> |
static constexpr bool | has_less_v = std::is_invocable_r_v<bool, std::less<>, T, T> |
Helper struct to extract whether a type supports certain operations.
T | The type for which the existence of operations is to be checked. |
Definition at line 63 of file traits.hpp.
|
staticconstexpr |
Definition at line 64 of file traits.hpp.
|
staticconstexpr |
Definition at line 65 of file traits.hpp.