Function clear
Synopsis
#include <include/EASTL/bitvector.h>
void clear()
Description
No description yet.
Source
Lines 1331-1336 in include/EASTL/bitvector.h. Line 325 in include/EASTL/bitvector.h.
template <typename Allocator, typename Element, typename Container>
void bitvector<Allocator, Element, Container>::clear()
{
mContainer.clear();
mFreeBitCount = 0;
}