nlohmann
::
basic_json<>
::initializer_list_t
helper type for initializer lists of basic_json values
Synopsis
Declared in
<nlohmann/json.hpp>
using initializer_list_t = std::initializer_list<detail::json_ref<basic_json>>;
Created with
MrDocs