|
xrpld
|
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 | |
| FieldT (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, FieldT< CharT, Traits, Allocator > const &f) |
Justifies a field at the specified width.
Definition at line 96 of file iosformat.h.
| using beast::FieldT< CharT, Traits, Allocator >::string_t = std::basic_string<CharT, Traits, Allocator> |
Definition at line 99 of file iosformat.h.
| beast::FieldT< CharT, Traits, Allocator >::FieldT | ( | string_t const & | text, |
| int | width, | ||
| int | pad, | ||
| bool | right ) |
Definition at line 100 of file iosformat.h.
|
friend |
Definition at line 109 of file iosformat.h.
| string_t const beast::FieldT< CharT, Traits, Allocator >::text |
Definition at line 104 of file iosformat.h.
| int const beast::FieldT< CharT, Traits, Allocator >::width |
Definition at line 105 of file iosformat.h.
| int const beast::FieldT< CharT, Traits, Allocator >::pad |
Definition at line 106 of file iosformat.h.
| bool const beast::FieldT< CharT, Traits, Allocator >::right |
Definition at line 107 of file iosformat.h.