Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
nlohmann::adl_serializer< std::shared_ptr< T > > Struct Template Reference

#include <utils.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 35 of file utils.h.

Member Function Documentation

◆ from_json()

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

Definition at line 49 of file utils.h.

Here is the call graph for this function:

◆ to_json()

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

Definition at line 37 of file utils.h.

Here is the call graph for this function:

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