UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TDynamicVector< Type, BlockSize >::FConstIterator Class Reference

#include <DynamicVector.h>

Public Member Functions

const Type & operator* () const
 
FConstIteratoroperator++ ()
 
FConstIterator operator++ (int)
 
bool operator== (const FConstIterator &Itr2) const
 
bool operator!= (const FConstIterator &Itr2) const
 

Friends

class TDynamicVector
 

Member Function Documentation

◆ operator!=()

template<typename Type , int32 BlockSize = 512>
bool UE::Geometry::TDynamicVector< Type, BlockSize >::FConstIterator::operator!= ( const FConstIterator Itr2) const
inline

◆ operator*()

template<typename Type , int32 BlockSize = 512>
const Type & UE::Geometry::TDynamicVector< Type, BlockSize >::FConstIterator::operator* ( ) const
inline

◆ operator++() [1/2]

template<typename Type , int32 BlockSize = 512>
FConstIterator & UE::Geometry::TDynamicVector< Type, BlockSize >::FConstIterator::operator++ ( )
inline

◆ operator++() [2/2]

template<typename Type , int32 BlockSize = 512>
FConstIterator UE::Geometry::TDynamicVector< Type, BlockSize >::FConstIterator::operator++ ( int  )
inline

◆ operator==()

template<typename Type , int32 BlockSize = 512>
bool UE::Geometry::TDynamicVector< Type, BlockSize >::FConstIterator::operator== ( const FConstIterator Itr2) const
inline

Friends And Related Symbol Documentation

◆ TDynamicVector

template<typename Type , int32 BlockSize = 512>
friend class TDynamicVector
friend

The documentation for this class was generated from the following file: