![]() |
Boost.Buffers is a portable, low-level C++ library which provides containers and algorithms for describing contiguous buffers of arbitrary bytes.
Boost.Buffers offers these features:
-fno-exceptions
,
detected automatically
To use the library as header-only; that is, to eliminate the requirement to link a program to a static or dynamic Boost.URL library, simply place the following line in exactly one source file in your project.
#include <boost/buffers/src.hpp>
Boost.Buffers works great on embedded devices. It is designed to work without exceptions if desired.
Boost.Buffers has been tested with the following compilers:
The development infrastructure for the library includes these per-commit analyses:
This library is based on concepts and code developed by Christopher Kohlhoff and published in Boost.Asio.