plugify 1.2.6
|
Public Types | |
using | allocator_traits = std::allocator_traits< Allocator > |
using | iterator_category = std::random_access_iterator_tag |
using | value_type = typename allocator_traits::value_type |
using | difference_type = std::ptrdiff_t |
using | pointer = typename allocator_traits::const_pointer |
using | reference = const value_type & |
Protected Attributes | |
pointer | _current |
Friends | |
template<typename Alloc > | |
constexpr friend vector_const_iterator< Alloc >::difference_type | operator- (const vector_const_iterator< Alloc > &lhs, const vector_const_iterator< Alloc > &rhs) noexcept |
template<typename Alloc > | |
constexpr friend bool | operator== (const vector_const_iterator< Alloc > &lhs, const vector_const_iterator< Alloc > &rhs) noexcept |
template<typename Alloc > | |
constexpr friend vector_const_iterator< Alloc >::difference_type | operator- (const vector_const_iterator< Alloc > &lhs, const vector_iterator< Alloc > &rhs) noexcept |
template<typename Alloc > | |
constexpr friend bool | operator== (const vector_const_iterator< Alloc > &lhs, const vector_iterator< Alloc > &rhs) noexcept |
Definition at line 123 of file vector.hpp.
using plg::vector_const_iterator< Allocator >::allocator_traits = std::allocator_traits<Allocator> |
Definition at line 124 of file vector.hpp.
using plg::vector_const_iterator< Allocator >::difference_type = std::ptrdiff_t |
Definition at line 128 of file vector.hpp.
using plg::vector_const_iterator< Allocator >::iterator_category = std::random_access_iterator_tag |
Definition at line 126 of file vector.hpp.
using plg::vector_const_iterator< Allocator >::pointer = typename allocator_traits::const_pointer |
Definition at line 129 of file vector.hpp.
using plg::vector_const_iterator< Allocator >::reference = const value_type& |
Definition at line 130 of file vector.hpp.
using plg::vector_const_iterator< Allocator >::value_type = typename allocator_traits::value_type |
Definition at line 127 of file vector.hpp.
|
inlineconstexpr |
Definition at line 137 of file vector.hpp.
|
inlineconstexpr |
Definition at line 139 of file vector.hpp.
|
inlinenoexcept |
Definition at line 203 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 145 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 169 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 151 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 155 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 165 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 177 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 158 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 162 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 173 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 148 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 181 of file vector.hpp.
|
protected |
Definition at line 132 of file vector.hpp.