#include <EitherAmount.h>
|
| | EitherAmount ()=default |
| template<StepAmount T> |
| | EitherAmount (T const &a) |
| template<StepAmount T> |
| bool | holds () const |
| template<StepAmount T> |
| T const & | get () const |
Definition at line 10 of file EitherAmount.h.
◆ EitherAmount() [1/2]
| xrpl::EitherAmount::EitherAmount |
( |
| ) |
|
|
explicitdefault |
◆ EitherAmount() [2/2]
template<StepAmount T>
| xrpl::EitherAmount::EitherAmount |
( |
T const & | a | ) |
|
|
explicit |
◆ holds()
template<StepAmount T>
| bool xrpl::EitherAmount::holds |
( |
| ) |
const |
|
nodiscard |
◆ get()
template<StepAmount T>
| T const & xrpl::EitherAmount::get |
( |
| ) |
const |
|
nodiscard |
◆ operator<<
◆ amount