OpenVDB  5.2.0
Public Member Functions | Static Public Member Functions | List of all members
FormattedInt< IntT > Class Template Reference

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::v5_2::util::FormattedInt< IntT >

I/O manipulator that formats integer values with thousands separators.

Constructor & Destructor Documentation

◆ FormattedInt()

FormattedInt ( IntT  n)
inline

Member Function Documentation

◆ put()

std::ostream& put ( std::ostream &  os) const
inline

◆ sep()

static char sep ( )
inlinestatic

The documentation for this class was generated from the following file: