DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
serialize_variant.hpp File Reference
#include "msgpack.hpp"
#include <iostream>
#include <utility>
#include <variant>
Include dependency graph for serialize_variant.hpp:

Go to the source code of this file.

Namespaces

namespace  msgpack
 

Functions

 msgpack::MSGPACK_API_VERSION_NAMESPACE (MSGPACK_DEFAULT_API_NS)
 

Detailed Description

Helpers to allow serialization/deserialization of std::variant types with msgpack and nlohmann::json. If you need to serialize/deserialize a std::variant object in your code, you should juse need to #include this file

This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.

Definition in file serialize_variant.hpp.