|
rippled
|
Creates a padded field with an optiona fill character. More...
#include <iosformat.h>
Public Member Functions | |
| fpad (int width_, int pad_=0, char fill_=' ') | |
Public Attributes | |
| int const | width |
| char const | fill |
Friends | |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | operator<< (std::basic_ostream< CharT, Traits > &os, fpad const &f) |
Creates a padded field with an optiona fill character.
Definition at line 83 of file iosformat.h.
|
explicit |
Definition at line 85 of file iosformat.h.
|
friend |
Definition at line 92 of file iosformat.h.
| int const beast::fpad::width |
Definition at line 89 of file iosformat.h.
| char const beast::fpad::fill |
Definition at line 90 of file iosformat.h.