Variant serialize implementation specialization for a single variant.
More...
|
void | operator() (int index, const json &value, Variant &v) const |
| Access operator into the variant.
|
|
template<typename Variant> |
void | operator() (int index, const json &value, Variant &v) const |
| Access operator into the variant.
|
|
Variant serialize implementation specialization for a single variant.
◆ operator()() [1/2]
Access operator into the variant.
- Parameters
-
index | Index of the variant |
value | Json value of the variant |
v | Variant to return |
◆ operator()() [2/2]
template<typename Variant>
Access operator into the variant.
- Parameters
-
index | Index of the variant |
value | Json value of the variant |
v | Variant to return |
The documentation for this struct was generated from the following file:
- /home/runner/work/INSTINCT/INSTINCT/src/util/Json.hpp