TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
Loading...
Searching...
No Matches
tec_net_data.hpp File Reference

Lightweight binary serialization optimized for network communication. More...

#include <cstddef>
#include <cstdio>
#include <string>
#include <type_traits>
#include "tec/tec_def.hpp"
#include "tec/tec_memfile.hpp"
#include "tec/tec_container.hpp"
#include "tec/tec_serialize.hpp"
#include "tec/net/tec_nd_types.hpp"

Go to the source code of this file.

Classes

class  tec::NetData
 Lightweight binary serialization container optimized for network communication. More...
 
struct  tec::NetData::StreamIn
 Helper type for ADL customization of input operations. More...
 
struct  tec::NetData::StreamOut
 Helper type for ADL customization of output operations. More...
 

Detailed Description

Lightweight binary serialization optimized for network communication.

Author
The Emacs Cat
Date
2025-11-16