#include <json_serializers.h>
|
static void | from_json (const json &j, std::optional< T > &opt) |
|
static void | to_json (json &j, const std::optional< T > &opt) |
|
template<typename T>
struct nlohmann::adl_serializer< std::optional< T > >
Definition at line 66 of file json_serializers.h.
◆ from_json()
template<typename T >
static void nlohmann::adl_serializer< std::optional< T > >::from_json |
( |
const json & |
j, |
|
|
std::optional< T > & |
opt |
|
) |
| |
|
inlinestatic |
◆ to_json()
template<typename T >
static void nlohmann::adl_serializer< std::optional< T > >::to_json |
( |
json & |
j, |
|
|
const std::optional< T > & |
opt |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: