|
xrpld
|
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 14 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 33 of file include/xrpl/beast/unit_test/amount.h.
|
friend |
Definition at line 37 of file include/xrpl/beast/unit_test/amount.h.
|
private |
Definition at line 17 of file include/xrpl/beast/unit_test/amount.h.
|
private |
Definition at line 18 of file include/xrpl/beast/unit_test/amount.h.