rippled
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
beast::divider Struct Reference

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)
 

Detailed Description

Produce a dashed line separator, with a specified or default size.

Definition at line 64 of file iosformat.h.

Member Typedef Documentation

◆ CharT

using beast::divider::CharT = char

Definition at line 66 of file iosformat.h.

Constructor & Destructor Documentation

◆ divider()

beast::divider::divider ( int  width_ = 80,
CharT  fill_ = CharT('-') 
)
explicit

Definition at line 67 of file iosformat.h.

Friends And Related Function Documentation

◆ operator<<

template<class CharT , class Traits >
std::basic_ostream<CharT, Traits>& operator<< ( std::basic_ostream< CharT, Traits > &  os,
divider const &  d 
)
friend

Definition at line 75 of file iosformat.h.

Member Data Documentation

◆ width

const int beast::divider::width

Definition at line 71 of file iosformat.h.

◆ fill

const CharT beast::divider::fill

Definition at line 72 of file iosformat.h.