class
#include <ok-serializer/io.h>
cbuf A simple output to a C-style char buffer
Example
char buffer[100]; auto output = okser::out::cbuf{buffer}; // ... okser::serialize<bundle>(output, 100, 200, 300); size_t length = output.size;
Public functions
Public variables
Variable documentation
size_t okser:: out:: cbuf:: size
The number of bytes appended to the buffer so far