Cavoke  1.1.0
A Platform for creating and hosting multiplayer turn-based board games
Loading...
Searching...
No Matches
nlohmann::adl_serializer< boost::filesystem::path > Struct Reference

nlohmann::json serializer for boost::filesystem::path More...

#include <utils.h>

Static Public Member Functions

static void to_json (json &j, const boost::filesystem::path &value)
 
static void from_json (const json &j, boost::filesystem::path &value)
 

Detailed Description

nlohmann::json serializer for boost::filesystem::path

Definition at line 15 of file utils.h.

Member Function Documentation

◆ from_json()

static void nlohmann::adl_serializer< boost::filesystem::path >::from_json ( const json &  j,
boost::filesystem::path &  value 
)
inlinestatic

Definition at line 20 of file utils.h.

◆ to_json()

static void nlohmann::adl_serializer< boost::filesystem::path >::to_json ( json &  j,
const boost::filesystem::path &  value 
)
inlinestatic

Definition at line 16 of file utils.h.


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