libbmb
Modern implementation of STL
Loading...
Searching...
No Matches
vector.h File Reference
#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"
Include dependency graph for vector.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 >
 

Detailed Description

Implementation of vector

Authors
bivafra