DelegateMQ
Loading...
Searching...
No Matches
Serializer.h File Reference
#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>>
 

Detailed Description

See also
https://github.com/endurodave/DelegateMQ David Lafreniere, 2025.

Serialize callable argument data using Cereal library for transport to a remote. Endianness handled internally by Cereal.

Typedef Documentation

◆ is_const_type

template<typename T >
using is_const_type = std::is_const<std::remove_reference_t<T>>