DAW JSON Link
Classes | Namespaces | Functions
daw_to_json_fwd.h File Reference
#include "impl/daw_json_link_types_fwd.h"
#include "impl/daw_json_serialize_policy.h"
#include "impl/version.h"

Go to the source code of this file.

Classes

struct  daw::json::DAW_JSON_VER::json_details::auto_detect_array_element
 

Namespaces

namespace  daw
 
namespace  daw::json
 
namespace  daw::json::DAW_JSON_VER
 
namespace  daw::json::DAW_JSON_VER::json_details
 

Functions

template<typename Result , typename Value , typename JsonClass , typename SerializationPolicy >
constexpr Result daw::json::DAW_JSON_VER::to_json (Value const &value)
 
template<typename Value , typename JsonClass , typename OutputIterator >
constexpr OutputIterator daw::json::DAW_JSON_VER::to_json (Value const &value, OutputIterator out_it)
 
template<typename Result , typename JsonElement , typename SerializationPolicy , typename Container >
constexpr Result daw::json::DAW_JSON_VER::to_json_array (Container &&c)
 
template<typename JsonElement , typename Container , typename OutputIterator >
constexpr OutputIterator daw::json::DAW_JSON_VER::to_json_array (Container const &c, OutputIterator it)