Template Struct OutputIteratorBuffer¶ Defined in File BufWriter.hpp 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_ = {}¶