dodo  0.0.1
A C++ library to create containerized Linux services
dodo::common::Puts::setw Struct Reference

Set the width of things to w characters. More...

#include <puts.hpp>

Collaboration diagram for dodo::common::Puts::setw:

Public Member Functions

 setw (int w)
 Construct with width. More...
 

Data Fields

int w_
 The width. More...
 

Detailed Description

Set the width of things to w characters.

See also
operator<<( setw w )

Definition at line 95 of file puts.hpp.

Constructor & Destructor Documentation

◆ setw()

dodo::common::Puts::setw::setw ( int  w)
inline

Construct with width.

Parameters
wThe width.

Definition at line 100 of file puts.hpp.

Field Documentation

◆ w_

int dodo::common::Puts::setw::w_

The width.

Definition at line 100 of file puts.hpp.

Referenced by dodo::common::Puts::operator<<().


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