| 
    rippled
    
   | 
 
Creates a padded field with an optiona fill character. More...
Public Member Functions | |
| fpad (int width_, int pad_=0, char fill_=' ') | |
Public Attributes | |
| const int | width | 
| const char | 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 93 of file iosformat.h.
| const int beast::fpad::width | 
Definition at line 89 of file iosformat.h.
| const char beast::fpad::fill | 
Definition at line 90 of file iosformat.h.
 1.8.17