[#LimitedStringFormatter] = LimitedStringFormatter :mrdocs: Formatter that serializes a string and rejects lengths above a compile‐time limit. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<size_t Limit> struct LimitedStringFormatter; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:LimitedStringFormatter/Ser.adoc[`Ser`] | Serialize a string. | xref:LimitedStringFormatter/Unser.adoc[`Unser`] | Unserialize a string, throwing if its length exceeds the limit. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#