Function crend
Synopsis
#include <include/EASTL/bitvector.h>
const_reverse_iterator crend() const EA_NOEXCEPT
Description
No description yet.
Source
Lines 883-888 in include/EASTL/bitvector.h. Line 268 in include/EASTL/bitvector.h.
template <typename Allocator, typename Element, typename Container>
typename bitvector<Allocator, Element, Container>::const_reverse_iterator
bitvector<Allocator, Element, Container>::crend() const EA_NOEXCEPT
{
return const_reverse_iterator(begin());
}