Archive implementation based on stringstream.
Definition: archive_text.h:43
std::stringstream m_stream
Internal data stream.
Definition: archive_text.h:98
Archive_text & operator>>(Field_type &&arg)
Reads argument from this archive.
Definition: archive_text_impl.hpp:43
void peek(Field_type &&field)
Peeks selected field wrapper (reads data without updating read stream position)
Definition: archive_text_impl.hpp:56
Archive_text & operator<<(Field_type &&arg)
Ingests argument into this archive.
Definition: archive_text_impl.hpp:30