21 void str(
const std::string& s) {
25 void mod(std::ios_base::openmode ios)
27 if (ios & std::ios::trunc)
A custom stream buffer that uses a dynamically resizable std::vector<char> as its underlying storage.
Definition memory_buffer.hpp:16
void str(const std::string &s)
Definition memory_stream.hpp:21
std::string str()
Definition memory_stream.hpp:17
memory_stream(std::ios_base::openmode ios)
Definition memory_stream.hpp:11
void mod(std::ios_base::openmode ios)
Definition memory_stream.hpp:25
memory_stream(const std::string &s)
Definition memory_stream.hpp:13