LimitedStringFormatter

Formatter that serializes a string and rejects lengths above a compile-time limit.

Synopsis

Declared in <serialize.h>

template<size_t Limit>
struct LimitedStringFormatter;

Member Functions

NameDescription
Ser Serialize a string.
Unser Unserialize a string, throwing if its length exceeds the limit.