Condy v1.8
C++ Asynchronous System Call Layer for Linux
Loading...
Searching...
No Matches
buffers.hpp File Reference

Basic buffer types and conversion utilities. More...

#include "condy/detail/utils.hpp"
#include <cassert>
#include <cstddef>
#include <cstring>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  condy
 The main namespace for the Condy library.

Detailed Description

Basic buffer types and conversion utilities.

This file defines basic buffer types and conversion functions. Buffer types are primarily used in asynchronous operations.

Definition in file buffers.hpp.