Blender V5.0
blender::iterator::tests::DoublingIterator< T > Struct Template Reference

Inherits blender::iterator::RandomAccessIteratorMixin< DoublingIterator< T > >.

Public Member Functions

 DoublingIterator (const T *data)
T operator* () const
const T *const & iter_prop () const
Public Member Functions inherited from blender::iterator::RandomAccessIteratorMixin< DoublingIterator< T > >
constexpr decltype(auto) operator[] (const std::ptrdiff_t i)
auto & iter_prop_mutable ()

Additional Inherited Members

Public Types inherited from blender::iterator::RandomAccessIteratorMixin< DoublingIterator< T > >
using iterator_category
using difference_type

Detailed Description

template<typename T>
struct blender::iterator::tests::DoublingIterator< T >

Definition at line 15 of file BLI_random_access_iterator_mixin_test.cc.

Constructor & Destructor Documentation

◆ DoublingIterator()

template<typename T>
blender::iterator::tests::DoublingIterator< T >::DoublingIterator ( const T * data)
inline

Definition at line 20 of file BLI_random_access_iterator_mixin_test.cc.

References data, and T.

Member Function Documentation

◆ iter_prop()

template<typename T>
const T *const & blender::iterator::tests::DoublingIterator< T >::iter_prop ( ) const
inline

Definition at line 27 of file BLI_random_access_iterator_mixin_test.cc.

References T.

◆ operator*()

template<typename T>
T blender::iterator::tests::DoublingIterator< T >::operator* ( ) const
inline

Definition at line 22 of file BLI_random_access_iterator_mixin_test.cc.

References T.


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