rippled
|
Produce a dashed line separator, with a specified or default size. More...
Public Types | |
using | CharT = char |
Public Member Functions | |
divider (int width_=80, CharT fill_=CharT('-')) | |
Public Attributes | |
const int | width |
const CharT | 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 75 of file iosformat.h.
const int beast::divider::width |
Definition at line 71 of file iosformat.h.
const CharT beast::divider::fill |
Definition at line 72 of file iosformat.h.