#include <cassert>
#include <cmath>
#include <iostream>
#include <iterator>
#include <vector>
#include "exceptions.h"
Go to the source code of this file.
|
| template<typename value_type_ , typename ref_ , typename ptr_ > |
| bv_iterator< value_type_, ref_, ptr_ > | operator+ (typename bv_iterator< value_type_, ref_, ptr_ >::difference_type n, bv_iterator< value_type_, ref_, ptr_ > &x) |
| |
◆ operator+()
template<typename value_type_ , typename ref_ , typename ptr_ >
◆ block_size_shift
| constexpr int block_size_shift = 10 |
|
constexpr |
◆ max_block_size
Referenced by BlockVector< value_type_ >::BlockVector(), BlockVector< value_type_ >::clear(), BlockVector< value_type_ >::erase(), BlockVector< value_type_ >::get_max_block_size(), vector_util::grow(), bv_iterator< value_type_, ref_, ptr_ >::operator-(), bv_iterator< value_type_, ref_, ptr_ >::operator-(), BlockVector< value_type_ >::push_back(), BlockVector< value_type_ >::push_back(), and BlockVector< value_type_ >::size().
◆ max_block_size_sub_1