Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 8a3ea09f74.
PrevUpHomeNext

Binary Generators

Binary Native Endianness Generators
Binary Little Endianness Generators
Binary Big Endianness Generators

This module includes different generators allowing to output binary data. It includes generators for default, little, and big endian binary output and a pad generator allowing to control padding of the generated output stream.

Module Header
// forwards to <boost/spirit/home/karma/binary.hpp>
#include <boost/spirit/include/karma_binary.hpp>

Also, see Include Structure.


PrevUpHomeNext