|
|
static void | from_json (const auto &json, std::optional< T > &t) |
| | Convert a JSON type to an optional<T> treating null as std::nullopt.
|
|
static void | to_json (auto &json, const std::optional< T > &t) |
| | Convert an optional type to a JSON type treating std::nullopt as null.
|
The documentation for this struct was generated from the following file: