|
libbmb
Modern implementation of STL
|
#include <cstddef>#include <initializer_list>#include <stdexcept>#include "algo/algo_base.h"#include "details/vector_iterator.h"#include "utils/allocator.h"#include "utils/iterators.h"#include "utils/move.h"#include "utils/type_traits.h"Go to the source code of this file.
Classes | |
| class | bmb::Vector< T, Allocator > |
| AllocatorAware dynamic array structure. More... | |
Namespaces | |
| namespace | bmb |
Functions | |
| template<InputIterator Iter, typename Allocator = PrimitiveAllocator> | |
| bmb::Vector (Iter, Iter, Allocator=Allocator()) -> Vector< typename IteratorTraits< Iter >::value_type, Allocator > | |
Implementation of vector