0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 13:48:53 +02:00

ircd::json: Add doc \brief for json::buffer.

This commit is contained in:
Jason Volk 2019-01-02 10:48:30 -08:00
parent 7628b8b7f7
commit 523577c652

View file

@ -82,6 +82,8 @@ struct ircd::json::string
string() = default;
};
/// Alternative to `json::strung` which uses a fixed array rather than an
/// allocated string as the target.
template<size_t SIZE>
struct ircd::json::buffer
:string_view