Next

Chapter 1. Boost.DoubleEnded 1

Boost Software License, Version 1.0.

Table of Contents

Introduction
Design Rationale
devector
batch_deque
Examples
devector usage
batch_deque usage
Serialize containers
Benchmarks
Reference
Header <boost/double_ended/batch_deque.hpp>
Header <boost/double_ended/devector.hpp>
Header <boost/double_ended/serialize_batch_deque.hpp>
Header <boost/double_ended/serialize_devector.hpp>
Build and Test
Build the tests
Build the documentation
Acknowledgements
Index

The library provides double ended containers, similar to the ones in the C++ Standard Library, but with additional features geared towards high performance, and unsafe constructs, giving more control to the user.

The library requires a C++11 compatible compiler. The library is tested and proved to work with GCC 4.8 and above, Clang 3.5 and above, and with Visual Studio 2015.

[Important] Important

This is not an official Boost library

Last revised: September 28, 2017 at 06:59:36 GMT


Next