MySQL 8.0.40
Source Code Documentation
|
#include <span.h>
Public Types | |
using | iterator_category = std::random_access_iterator_tag |
using | reference = typename T::reference |
using | pointer = typename T::pointer |
using | value_type = typename T::value_type |
using | difference_type = typename T::difference_type |
Public Member Functions | |
constexpr | iterator (pointer data) |
constexpr iterator & | operator+= (difference_type n) |
constexpr iterator | operator+ (difference_type n) |
constexpr iterator & | operator-= (difference_type n) |
constexpr iterator | operator- (difference_type n) |
constexpr iterator & | operator++ () |
constexpr iterator & | operator-- () |
constexpr iterator | operator-- (int) |
constexpr difference_type | operator- (const iterator &other) |
constexpr reference | operator* () |
constexpr reference | operator[] (difference_type n) |
constexpr bool | operator== (const iterator &other) const |
constexpr bool | operator!= (const iterator &other) const |
constexpr bool | operator< (const iterator &other) const |
constexpr bool | operator> (const iterator &other) const |
constexpr bool | operator>= (const iterator &other) const |
constexpr bool | operator<= (const iterator &other) const |
Private Attributes | |
pointer | data_ |
using stdx::detail::iterator< T >::difference_type = typename T::difference_type |
using stdx::detail::iterator< T >::iterator_category = std::random_access_iterator_tag |
using stdx::detail::iterator< T >::pointer = typename T::pointer |
using stdx::detail::iterator< T >::reference = typename T::reference |
using stdx::detail::iterator< T >::value_type = typename T::value_type |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
private |