|
rippled
|
Produce a dashed line separator, with a specified or default size. More...
#include <iosformat.h>
Public Types | |
| using | CharT = char |
Public Member Functions | |
| divider (int width_=80, CharT fill_=CharT('-')) | |
Public Attributes | |
| int const | width |
| CharT const | fill |
Friends | |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | operator<< (std::basic_ostream< CharT, Traits > &os, divider const &d) |
Produce a dashed line separator, with a specified or default size.
Definition at line 64 of file iosformat.h.
| using beast::divider::CharT = char |
Definition at line 66 of file iosformat.h.
Definition at line 67 of file iosformat.h.
|
friend |
Definition at line 74 of file iosformat.h.
| int const beast::divider::width |
Definition at line 71 of file iosformat.h.
| CharT const beast::divider::fill |
Definition at line 72 of file iosformat.h.