From 523577c65214639a5236855cb41108d1ba74444e Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 2 Jan 2019 10:48:30 -0800 Subject: [PATCH] ircd::json: Add doc \brief for json::buffer. --- include/ircd/json/json.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ircd/json/json.h b/include/ircd/json/json.h index df688ff1f..655fbd308 100644 --- a/include/ircd/json/json.h +++ b/include/ircd/json/json.h @@ -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 struct ircd::json::buffer :string_view