returns version information on the library
Synopsis
Declared in <nlohmann/json.hpp>
[[nodiscard]]
static
basic_json
meta();
Return Value
JSON object with information about the library, including the version string, copyright, URL, compiler, and platform
|
Note
|
The return value should not be discarded. |
Created with MrDocs