I/O manipulator that formats integer values with thousands separators.
More...
#include <Formats.h>
Public Member Functions |
| FormattedInt (IntT n) |
std::ostream & | put (std::ostream &os) const |
Static Public Member Functions |
static char | sep () |
Detailed Description
template<typename IntT>
class openvdb::v1_1_0::util::FormattedInt< IntT >
I/O manipulator that formats integer values with thousands separators.
Constructor & Destructor Documentation
Member Function Documentation
std::ostream& put |
( |
std::ostream & |
os | ) |
const |
|
inline |
The documentation for this class was generated from the following file: