Variant serialize implementation.
More...
|
template<typename Variant> |
void | operator() (int index, const json &value, Variant &v) const |
| Access operator into the variant.
|
|
template<std::size_t N>
struct detail::variant_switch< N >
Variant serialize implementation.
Definition at line 65 of file Json.hpp.
◆ operator()()
template<std::size_t N>
template<typename Variant>
Access operator into the variant.
- Parameters
-
index | Index of the variant |
value | Json value of the variant |
v | Variant to return |
Definition at line 72 of file Json.hpp.
The documentation for this struct was generated from the following file:
- /home/runner/work/INSTINCT/INSTINCT/src/util/Json.hpp