KiCad PCB EDA Suite
Loading...
Searching...
No Matches
nlohmann::adl_serializer< std::optional< T > > Struct Template Reference

#include <json_serializers.h>

Static Public Member Functions

static void from_json (const json &j, std::optional< T > &opt)
 
static void to_json (json &j, const std::optional< T > &opt)
 

Detailed Description

template<typename T>
struct nlohmann::adl_serializer< std::optional< T > >

Definition at line 66 of file json_serializers.h.

Member Function Documentation

◆ from_json()

template<typename T >
static void nlohmann::adl_serializer< std::optional< T > >::from_json ( const json &  j,
std::optional< T > &  opt 
)
inlinestatic

Definition at line 68 of file json_serializers.h.

◆ to_json()

template<typename T >
static void nlohmann::adl_serializer< std::optional< T > >::to_json ( json &  j,
const std::optional< T > &  opt 
)
inlinestatic

Definition at line 80 of file json_serializers.h.


The documentation for this struct was generated from the following file: