0.2.0
|
Variant serialize implementation. More...
Public Member Functions | |
template<typename Variant > | |
void | operator() (int index, const json &value, Variant &v) const |
Access operator into the variant. | |
Variant serialize implementation.
|
inline |
Access operator into the variant.
index | Index of the variant |
value | Json value of the variant |
v | Variant to return |