SourcePro® 2025.1 |
SourcePro® API Reference Guide |
The base class for RWGenMat iterators. More...
#include <rw/math/genmat.h>
Public Types | |
typedef RWGenMat< T >::const_pointer | const_pointer |
typedef RWGenMat< T >::difference_type | difference_type |
typedef RWGenMat< T >::value_type | value_type |
Friends | |
std::strong_ordering | operator<=> (const RWGenMatIteratorBase &lhs, const RWGenMatIteratorBase &rhs) |
bool | operator== (const RWGenMatIteratorBase &lhs, const RWGenMatIteratorBase &rhs) |
class | RWGenMat< T > |
A base class from which the iterators for RWGenMat are derived.
typedef RWGenMat<T>::const_pointer RWGenMatIteratorBase< T >::const_pointer |
Typedef for a const pointer to a value in this container.
typedef RWGenMat<T>::difference_type RWGenMatIteratorBase< T >::difference_type |
Typedef for the type of result from subtracting two iterators obtained from this container.
typedef RWGenMat<T>::value_type RWGenMatIteratorBase< 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 RWGenMatIteratorBase objects lhs and rhs point to the same element. Otherwise, returns false
.
Copyright © 2025 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |