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

Detailed Description

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

Serialize callable argument data using Bitsery for transport to a remote. Bitsery provides fast, compact binary serialization.

Typedef Documentation

◆ is_const_type

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