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

Name

Description

Ser

Serialize a string.

Unser

Unserialize a string, throwing if its length exceeds the limit.

Created with MrDocs