|
rippled
|
Justifies a field at the specified width. More...
#include <iosformat.h>

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 | |
| string_t const | text |
| int const | width |
| int const | pad |
| bool const | 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 102 of file iosformat.h.
| using beast::field_t< CharT, Traits, Allocator >::string_t = std::basic_string<CharT, Traits, Allocator> |
Definition at line 105 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 106 of file iosformat.h.
|
friend |
Definition at line 115 of file iosformat.h.
| string_t const beast::field_t< CharT, Traits, Allocator >::text |
Definition at line 110 of file iosformat.h.
| int const beast::field_t< CharT, Traits, Allocator >::width |
Definition at line 111 of file iosformat.h.
| int const beast::field_t< CharT, Traits, Allocator >::pad |
Definition at line 112 of file iosformat.h.
| bool const beast::field_t< CharT, Traits, Allocator >::right |
Definition at line 113 of file iosformat.h.