OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
format.cpp File Reference
#include "format.hpp"
Include dependency graph for util/serialization/format.cpp:

Go to the source code of this file.

Namespaces

namespace  cbdc
 

Functions

auto cbdc::operator<< (serializer &packet, std::byte b) -> serializer &
 Serializes the std::byte as a std::uint8_t.
 
auto cbdc::operator>> (serializer &packet, std::byte &b) -> serializer &
 Deserializes a single std::byte.
 
auto cbdc::operator<< (serializer &ser, const buffer &b) -> serializer &
 Serializes a raw byte buffer.
 
auto cbdc::operator>> (serializer &deser, buffer &b) -> serializer &
 Deserializes a raw byte buffer.