SourcePro® 2025.1 |
SourcePro® API Reference Guide |
A base class for RWMathArray iterators. More...
#include <rw/math/mtharray.h>
Public Types | |
typedef RWMathArray< T >::const_pointer | const_pointer |
typedef RWMathArray< T >::difference_type | difference_type |
typedef RWMathArray< T >::value_type | value_type |
Friends | |
std::strong_ordering | operator<=> (const RWMathArrayIteratorBase &lhs, const RWMathArrayIteratorBase &rhs) |
bool | operator== (const RWMathArrayIteratorBase &lhs, const RWMathArrayIteratorBase &rhs) |
class | RWMathArray< T > |
A base class from which the iterators for RWMathArray are derived.
typedef RWMathArray<T>::const_pointer RWMathArrayIteratorBase< T >::const_pointer |
Typedef for a const pointer to a value in this container.
typedef RWMathArray<T>::difference_type RWMathArrayIteratorBase< T >::difference_type |
Typedef for the type of result from subtracting two iterators obtained from this container.
typedef RWMathArray<T>::value_type RWMathArrayIteratorBase< T >::value_type |
Typedef for the type of elements in this container.
|
friend |
Performs a comparison of the relative logical position represented by lhs to rhs.
|
friend |
Returns true
if the RWMathArrayIteratorBase objects lhs and rhs point to the same element. Otherwise, return false
.
Copyright © 2025 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |