Struct OStreamBuffer

Struct Documentation

struct OStreamBuffer

Public Functions

inline explicit constexpr OStreamBuffer(std::ostream &os) noexcept

Public Members

std::ostream *os_
std::array<char, BUFSIZ> buffer_