DelegateMQ
|
#include <cereal/archives/binary.hpp>
#include <cereal/types/string.hpp>
#include <cereal/types/vector.hpp>
#include "delegate/ISerializer.h"
#include <iostream>
#include <type_traits>
#include <sstream>
Go to the source code of this file.
Classes | |
class | Serializer< RetType(Args...)> |
Typedefs | |
template<typename T > | |
using | is_const_type = std::is_const<std::remove_reference_t<T>> |
Serialize callable argument data using Cereal library for transport to a remote. Endianness handled internally by Cereal.
using is_const_type = std::is_const<std::remove_reference_t<T>> |