| 
    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 45 of file iosformat.h.
| using beast::divider::CharT = char | 
Definition at line 47 of file iosformat.h.
Definition at line 48 of file iosformat.h.
      
  | 
  friend | 
Definition at line 55 of file iosformat.h.
| int const beast::divider::width | 
Definition at line 52 of file iosformat.h.
| CharT const beast::divider::fill | 
Definition at line 53 of file iosformat.h.