0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 18:18:56 +02:00

ircd::json: Additional document comments; minor cleanup.

This commit is contained in:
Jason Volk 2020-09-03 19:05:13 -07:00
parent 4a5d6066fe
commit 68ffcea1fc

View file

@ -3709,6 +3709,10 @@ ircd::json::string_stringify_utf16(u8x16 &block,
};
}
/// Determine the length of the JSON string value after canonization by
/// string::stringify() on the input. See the docs for string::stringify()
/// as most details are the same here, except this has no output stream
/// or transformation logic.
size_t
ircd::json::string::serialized(const string_view &input)
noexcept