Template Struct OutputIteratorBuffer

Struct Documentation

template<std::output_iterator<char> OutIter>
struct OutputIteratorBuffer

Public Functions

inline explicit constexpr OutputIteratorBuffer(OutIter i) noexcept
inline void write_out(char const *end)

Public Members

OutIter iter
std::array<char, BUFSIZ> buffer_ = {}