| rippled
    | 
Justifies a field at the specified width. More...

| Public Types | |
| using | string_t = std::basic_string< CharT, Traits, Allocator > | 
| Public Member Functions | |
| field_t (string_t const &text_, int width_, int pad_, bool right_) | |
| Public Attributes | |
| const string_t | text | 
| const int | width | 
| const int | pad | 
| const bool | right | 
| Friends | |
| template<class CharT2 , class Traits2 > | |
| std::basic_ostream< CharT2, Traits2 > & | operator<< (std::basic_ostream< CharT2, Traits2 > &os, field_t< CharT, Traits, Allocator > const &f) | 
Justifies a field at the specified width.
Definition at line 121 of file iosformat.h.
| using beast::field_t< CharT, Traits, Allocator >::string_t = std::basic_string<CharT, Traits, Allocator> | 
Definition at line 124 of file iosformat.h.
| beast::field_t< CharT, Traits, Allocator >::field_t | ( | string_t const & | text_, | 
| int | width_, | ||
| int | pad_, | ||
| bool | right_ | ||
| ) | 
Definition at line 125 of file iosformat.h.
| 
 | friend | 
Definition at line 135 of file iosformat.h.
| const string_t beast::field_t< CharT, Traits, Allocator >::text | 
Definition at line 129 of file iosformat.h.
| const int beast::field_t< CharT, Traits, Allocator >::width | 
Definition at line 130 of file iosformat.h.
| const int beast::field_t< CharT, Traits, Allocator >::pad | 
Definition at line 131 of file iosformat.h.
| const bool beast::field_t< CharT, Traits, Allocator >::right | 
Definition at line 132 of file iosformat.h.
 1.8.17
 1.8.17