class
#include <ok-serializer/io.h>
stdstring A simple output to a C++ std::string
Example
std::string result; auto output = okser::out::stdstring{result}; // ... okser::serialize<bundle>(output, 100, 200, 300);
Public functions
Public variables
- std::reference_wrapper<std::string> str