This is an older version of Boost and was released in 2015. The current version is 1.87.0.
IO
Asio | C++ 03 | Portable networking and other low-level I/O, including sockets, timers, hostname resolution, socket iostreams, serial ports, file descriptors and Windows HANDLEs. |
Portable networking and other low-level I/O, including sockets, timers, hostname resolution, socket iostreams, serial ports, file descriptors and Windows HANDLEs. | ||
Assign | C++ 03 | Filling containers with constant or generated data has never been easier. |
Filling containers with constant or generated data has never been easier. | ||
Endian | C++ 03 | Types and conversion functions for correct byte ordering and more regardless of processor endianness. |
Types and conversion functions for correct byte ordering and more regardless of processor endianness. | ||
Format | C++ 03 | The format library provides a class for formatting arguments according to a format-string, as does printf, but with two major differences: format sends the arguments to an internal stream, and so is entirely type-safe and naturally supports all user-defined types; the ellipsis (...) can not be used correctly in the strongly typed context of format, and thus the function call with arbitrary arguments is replaced by successive calls to an argument feeding operator%. |
The format library provides a class for formatting arguments according to a format-string, as does printf, but with two major differences: format sends the arguments to an internal stream, and so is entirely type-safe and naturally supports all user-defined types; the ellipsis (...) can not be used correctly in the strongly typed context of format, and thus the function call with arbitrary arguments is replaced by successive calls to an argument feeding operator%. | ||
IO | C++ 03 | No description provide for this version. |
No description provide for this version. | ||
Iostreams | C++ 03 | Boost.IOStreams provides a framework for defining streams, stream buffers and i/o filters. |
Boost.IOStreams provides a framework for defining streams, stream buffers and i/o filters. | ||
Program Options | C++ 03 | No description provide for this version. |
No description provide for this version. | ||
Serialization | C++ 03 | Serialization for persistence and marshalling. |
Serialization for persistence and marshalling. |