Cbeam
Loading...
Searching...
No Matches
buffer.hpp File Reference
#include <cbeam/container/buffer.hpp>
#include <ostream>
#include <string>
#include <type_traits>
Include dependency graph for buffer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cbeam
 The root namespace for the Cbeam library. This namespace unifies cross-platform utilities for concurrency, memory management, file handling, logging, serialization, and more. Its purpose is to provide a cohesive collection of modern C++ components that address common system-level and application-level tasks, while promoting thread-safety, interprocess communication, and stable resource handling across varied platform APIs.
 
namespace  cbeam::convert
 Contains conversion utilities to transform data between different formats and types. Functions here handle string conversions, encoding manipulations, and the creation of string representations for various C++ types. They help ensure consistent serialization and text output across the library.
 

Functions

std::string cbeam::convert::to_string (const container::buffer &b)
 Creates a std::string from the contents of a container::buffer.