#include <v8-memory-span.h>
|
class | MemorySpan< T > |
|
constexpr bool | operator== (const Iterator &a, const Iterator &b) |
|
constexpr bool | operator!= (const Iterator &a, const Iterator &b) |
|
constexpr bool | operator< (const Iterator &a, const Iterator &b) |
|
constexpr bool | operator<= (const Iterator &a, const Iterator &b) |
|
constexpr bool | operator> (const Iterator &a, const Iterator &b) |
|
constexpr bool | operator>= (const Iterator &a, const Iterator &b) |
|
constexpr Iterator | operator+ (Iterator lhs, difference_type rhs) |
|
constexpr Iterator | operator+ (difference_type lhs, const Iterator &rhs) |
|
constexpr Iterator | operator- (Iterator lhs, difference_type rhs) |
|
constexpr difference_type | operator- (const Iterator &lhs, const Iterator &rhs) |
|
◆ difference_type
◆ iterator_category
template<typename T >
using v8::MemorySpan< T >::Iterator::iterator_category = std::random_access_iterator_tag |
◆ pointer
◆ reference
◆ value_type
◆ Iterator()
◆ operator*()
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator+=()
◆ operator--() [1/2]
◆ operator--() [2/2]
◆ operator-=()
◆ operator->()
◆ operator[]()
◆ MemorySpan< T >
◆ operator!=
◆ operator+ [1/2]
◆ operator+ [2/2]
◆ operator- [1/2]
◆ operator- [2/2]
◆ operator<
◆ operator<=
◆ operator==
◆ operator>
◆ operator>=
The documentation for this class was generated from the following file: