TwiceAsNice
2019-02-18
|
#include <boost/config.hpp>
#include <memory>
Classes | |
class | boost::circular_buffer< T, Alloc > |
Circular buffer - a STL compliant container. More... | |
class | boost::circular_buffer_space_optimized< T, Alloc > |
Space optimized circular buffer container adaptor. More... | |
Namespaces | |
boost | |
Macros | |
#define | BOOST_CB_DEFAULT_ALLOCATOR(T) std::allocator<T> |
#define BOOST_CB_DEFAULT_ALLOCATOR | ( | T | ) | std::allocator<T> |