#include <serialise.hh>
Public Member Functions | |
StringSink (const size_t reservedSize) | |
StringSink (std::string &&s) | |
void | operator() (std::string_view data) override |
![]() | |
virtual bool | good () |
Public Attributes | |
std::string | s |
A sink that writes data to a string.
|
overridevirtual |
Implements nix::Sink.