plugify 1.0.0.0
|
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 127 of file vector.hpp.
using plg::vector_const_iterator< Allocator >::allocator_traits = std::allocator_traits<Allocator> |
Definition at line 128 of file vector.hpp.
using plg::vector_const_iterator< Allocator >::difference_type = std::ptrdiff_t |
Definition at line 132 of file vector.hpp.
using plg::vector_const_iterator< Allocator >::iterator_category = std::random_access_iterator_tag |
Definition at line 130 of file vector.hpp.
using plg::vector_const_iterator< Allocator >::pointer = typename allocator_traits::const_pointer |
Definition at line 133 of file vector.hpp.
using plg::vector_const_iterator< Allocator >::reference = const value_type& |
Definition at line 134 of file vector.hpp.
using plg::vector_const_iterator< Allocator >::value_type = typename allocator_traits::value_type |
Definition at line 131 of file vector.hpp.
|
inlineconstexpr |
Definition at line 141 of file vector.hpp.
|
inlineconstexpr |
Definition at line 143 of file vector.hpp.
|
inlinenoexcept |
Definition at line 210 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 152 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 176 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 172 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 184 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 165 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 169 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 180 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 155 of file vector.hpp.
|
inlineconstexprnoexcept |
Definition at line 188 of file vector.hpp.
|
protected |
Definition at line 136 of file vector.hpp.