DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "msgpack.hpp"
#include <iostream>
#include <utility>
#include <variant>
Go to the source code of this file.
Namespaces | |
namespace | msgpack |
Functions | |
msgpack::MSGPACK_API_VERSION_NAMESPACE (MSGPACK_DEFAULT_API_NS) | |
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.