#include <stlsoft/stlsoft.h>
#include <stlsoft/memory/allocator_features.hpp>
#include <stlsoft/memory/allocator_selector.hpp>
#include <stlsoft/algorithms/pod.hpp>
#include <stlsoft/util/std_swap.hpp>
#include <stlsoft/util/std/iterator_helper.hpp>
#include <stlsoft/util/constraints.hpp>
#include <stlsoft/collections/util/collections.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Classes | |
| class | auto_buffer |
| This class provides an efficient variable automatic buffer. More... | |
Functions | |
| template<typename T, size_t SPACE, typename A> | |
| void | swap (auto_buffer< T, SPACE, A > &lhs, auto_buffer< T, SPACE, A > &rhs) |
| template<typename T, size_t SPACE, typename A> | |
| bool | is_empty (auto_buffer< T, SPACE, A > const &b) |
1.5.6