C++ Actor Framework 0.19
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
caf::net::lp::frame Class Reference

An implicitly shared type for binary data frames. More...

#include <frame.hpp>

Public Member Functions

 frame (frame &&)=default
 
 frame (const frame &)=default
 
frameoperator= (frame &&)=default
 
frameoperator= (const frame &)=default
 
 frame (const_byte_span buf)
 
 operator bool () const noexcept
 
size_t size () const noexcept
 
bool empty () const noexcept
 
void swap (frame &other)
 
const_byte_span bytes () const noexcept
 

Static Public Member Functions

template<class... ByteBuffers>
static frame from_buffers (const ByteBuffers &... buffers)
 

Detailed Description

An implicitly shared type for binary data frames.


The documentation for this class was generated from the following file: