|
C++ Actor Framework 0.19
|
An implicitly shared type for binary data frames. More...
#include <frame.hpp>
Public Member Functions | |
| frame (frame &&)=default | |
| frame (const frame &)=default | |
| frame & | operator= (frame &&)=default |
| frame & | operator= (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) |
An implicitly shared type for binary data frames.