struct
#include <atlas/io/print/Bytes.h>
Bytes
Contents
Constructors, destructors, conversion operators
- Bytes(size_t bytes)
- operator size_t() const
Public functions
-
auto str(int decimals = 2,
int width = 7) const -> std::
string -
void print(std::
ostream& out, int decimals = 2, int width = 7) const
Friends
-
auto operator<<(std::
ostream&, const Bytes&) -> std:: ostream&