chsvlib
chsv helper source code

◆ operator*()

constexpr raw_pointer_iterator<T*>::reference Chusov::Memory::operator* ( const raw_pointer_iterator< T * > &  it)
constexprnoexcept

Dereferences a raw_pointer_iterator.

Template Parameters
TA type of the element.
Parameters
itThe iterator to dereference.
Returns
The value of the element addressed by the raw_pointer_iterator.