Function operator*
Synopsis
#include <include/EASTL/bitvector.h>
bool operator*() const
Description
No description yet.
Source
Lines 572-576 in include/EASTL/bitvector.h. Line 109 in include/EASTL/bitvector.h.
template <typename Element>
bool bitvector_const_iterator<Element>::operator*() const
{
return mReference;
}