RandomAccessIterator

GPTKB entity

Statements (32)
Predicate Object
gptkbp:instanceOf C++ iterator category
gptkbp:allows arithmetic operations
comparison operations
constant time access
gptkbp:categoryTag std::random_access_iterator_tag
gptkbp:definedIn gptkb:C++98
https://www.w3.org/2000/01/rdf-schema#label RandomAccessIterator
gptkbp:inheritsFrom BidirectionalIterator
gptkbp:isWeakerThan BidirectionalIterator
ForwardIterator
InputIterator
OutputIterator
gptkbp:operator operator+
operator-
operator<
operator<=
operator>
operator>=
operator[]
gptkbp:requires std::is_heap
std::make_heap
std::nth_element
std::partial_sort
std::pop_heap
std::push_heap
std::sort
gptkbp:usedFor gptkb:Vector
deque
array
gptkbp:usedIn gptkb:C++_Standard_Library
gptkbp:bfsParent gptkb:C++_STL_sort
gptkbp:bfsLayer 7