Reflection for RapidJSON 0.0.16
Reflection for serializing/deserializing with RapidJSON
Loading...
Searching...
No Matches
ReflectiveRapidJSON::JsonReflector::Detail::TuplePushHelper< Tuple, N > Struct Template Reference

The TuplePushHelper class helps serializing tuples to JSON arrays. More...

#include <reflector.h>

Static Public Member Functions

static void push (const Tuple &tuple, RAPIDJSON_NAMESPACE::Value::Array &value, RAPIDJSON_NAMESPACE::Document::AllocatorType &allocator)
 

Detailed Description

template<class Tuple, std::size_t N>
struct ReflectiveRapidJSON::JsonReflector::Detail::TuplePushHelper< Tuple, N >

The TuplePushHelper class helps serializing tuples to JSON arrays.

Definition at line 279 of file reflector.h.

Member Function Documentation

◆ push()

template<class Tuple , std::size_t N>
static void ReflectiveRapidJSON::JsonReflector::Detail::TuplePushHelper< Tuple, N >::push ( const Tuple & tuple,
RAPIDJSON_NAMESPACE::Value::Array & value,
RAPIDJSON_NAMESPACE::Document::AllocatorType & allocator )
inlinestatic

Definition at line 280 of file reflector.h.


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