DelegateMQ
|
#include "delegate/ISerializer.h"
#include <bitsery/bitsery.h>
#include <bitsery/adapter/stream.h>
#include <bitsery/ext/std_tuple.h>
#include <sstream>
#include <iostream>
#include <type_traits>
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 Bitsery for transport to a remote. Bitsery provides fast, compact binary serialization.
using is_const_type = std::is_const<std::remove_reference_t<T>> |