|
rippled
|
Utility for producing nicely composed output of amounts with units. More...
#include <amount.h>

Public Member Functions | |
| amount (amount const &)=default | |
| amount & | operator= (amount const &)=delete |
| template<class = void> | |
| amount (std::size_t n, std::string const &what) | |
Private Attributes | |
| std::size_t | n_ |
| std::string const & | what_ |
Friends | |
| std::ostream & | operator<< (std::ostream &s, amount const &t) |
Utility for producing nicely composed output of amounts with units.
Definition at line 19 of file include/xrpl/beast/unit_test/amount.h.
|
default |
| beast::unit_test::amount::amount | ( | std::size_t | n, |
| std::string const & | what | ||
| ) |
Definition at line 38 of file include/xrpl/beast/unit_test/amount.h.
|
friend |
Definition at line 42 of file include/xrpl/beast/unit_test/amount.h.
|
private |
Definition at line 22 of file include/xrpl/beast/unit_test/amount.h.
|
private |
Definition at line 23 of file include/xrpl/beast/unit_test/amount.h.