![]() |
v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
|
#include <v8-internal.h>
Public Types | |
using | difference_type |
using | value_type |
using | pointer |
using | reference |
using | iterator_category |
Public Member Functions | |
constexpr | WrappedIterator () noexcept=default |
constexpr | WrappedIterator (Iterator it) noexcept |
template<typename OtherIterator, typename OtherElementType, typename = std::enable_if_t< std::is_convertible_v<OtherIterator, Iterator>>> | |
constexpr | WrappedIterator (const WrappedIterator< OtherIterator, OtherElementType > &other) noexcept |
constexpr reference | operator* () const noexcept |
constexpr pointer | operator-> () const noexcept |
template<typename OtherIterator, typename OtherElementType> | |
constexpr bool | operator== (const WrappedIterator< OtherIterator, OtherElementType > &other) const noexcept |
template<typename OtherIterator, typename OtherElementType> | |
constexpr bool | operator!= (const WrappedIterator< OtherIterator, OtherElementType > &other) const noexcept |
template<typename OtherIterator, typename OtherElementType> | |
constexpr bool | operator< (const WrappedIterator< OtherIterator, OtherElementType > &other) const noexcept |
template<typename OtherIterator, typename OtherElementType> | |
constexpr bool | operator<= (const WrappedIterator< OtherIterator, OtherElementType > &other) const noexcept |
template<typename OtherIterator, typename OtherElementType> | |
constexpr bool | operator> (const WrappedIterator< OtherIterator, OtherElementType > &other) const noexcept |
template<typename OtherIterator, typename OtherElementType> | |
constexpr bool | operator>= (const WrappedIterator< OtherIterator, OtherElementType > &other) const noexcept |
constexpr WrappedIterator & | operator++ () noexcept |
constexpr WrappedIterator | operator++ (int) noexcept |
constexpr WrappedIterator & | operator-- () noexcept |
constexpr WrappedIterator | operator-- (int) noexcept |
constexpr WrappedIterator | operator+ (difference_type n) const noexcept |
constexpr WrappedIterator & | operator+= (difference_type n) noexcept |
constexpr WrappedIterator | operator- (difference_type n) const noexcept |
constexpr WrappedIterator & | operator-= (difference_type n) noexcept |
template<typename OtherIterator, typename OtherElementType> | |
constexpr auto | operator- (const WrappedIterator< OtherIterator, OtherElementType > &other) const noexcept |
constexpr reference | operator[] (difference_type n) const noexcept |
constexpr const Iterator & | base () const noexcept |
Friends | |
constexpr WrappedIterator | operator+ (difference_type n, const WrappedIterator &x) noexcept |
Definition at line 1442 of file v8-internal.h.
using difference_type |
Definition at line 1451 of file v8-internal.h.
using iterator_category |
Definition at line 1465 of file v8-internal.h.
using pointer |
Definition at line 1457 of file v8-internal.h.
using reference |
Definition at line 1461 of file v8-internal.h.
using value_type |
Definition at line 1453 of file v8-internal.h.
|
constexprdefaultnoexcept |
|
inlineexplicitconstexprnoexcept |
Definition at line 1469 of file v8-internal.h.
|
inlineconstexprnoexcept |
Definition at line 1476 of file v8-internal.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 1606 of file v8-internal.h.
Referenced by LocalVector< T >::insert(), LocalVector< T >::insert(), and LocalVector< T >::insert().
|
inlinenodiscardconstexprnoexcept |
Definition at line 1523 of file v8-internal.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 1480 of file v8-internal.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 1574 of file v8-internal.h.
|
inlineconstexprnoexcept |
Definition at line 1555 of file v8-internal.h.
|
inlineconstexprnoexcept |
Definition at line 1559 of file v8-internal.h.
|
inlineconstexprnoexcept |
Definition at line 1584 of file v8-internal.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 1596 of file v8-internal.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 1588 of file v8-internal.h.
|
inlineconstexprnoexcept |
Definition at line 1565 of file v8-internal.h.
|
inlineconstexprnoexcept |
Definition at line 1569 of file v8-internal.h.
|
inlineconstexprnoexcept |
Definition at line 1592 of file v8-internal.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 1481 of file v8-internal.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 1530 of file v8-internal.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 1536 of file v8-internal.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 1490 of file v8-internal.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 1542 of file v8-internal.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 1548 of file v8-internal.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 1601 of file v8-internal.h.
|
friend |
Definition at line 1580 of file v8-internal.h.