template<typename InElementType, typename KeyFuncs, typename Allocator>
template<bool bConst, bool bRangedFor = false>
class TSet< InElementType, KeyFuncs, Allocator >::TBaseIterator< bConst, bRangedFor >
The base type of whole set iterators.
Definition at line 979 of file Set.h.
template<typename InElementType , typename KeyFuncs , typename Allocator >
template<bool bConst, bool bRangedFor = false>
FORCEINLINE TSet< InElementType, KeyFuncs, Allocator >::TBaseIterator< bConst, bRangedFor >::operator bool |
( |
| ) |
const |
|
inlineexplicit |
conversion to "bool" returning true if the iterator is valid.
Definition at line 1006 of file Set.h.
template<typename InElementType , typename KeyFuncs , typename Allocator >
template<bool bConst, bool bRangedFor = false>
FORCEINLINE bool TSet< InElementType, KeyFuncs, Allocator >::TBaseIterator< bConst, bRangedFor >::operator! |
( |
| ) |
const |
|
inline |
inverse of the "bool" operator
Definition at line 1011 of file Set.h.
template<typename InElementType , typename KeyFuncs , typename Allocator >
template<bool bConst, bool bRangedFor = false>
Advances the iterator to the next element.
Definition at line 999 of file Set.h.