Function operator bool
Synopsis
#include <include/EASTL/bitvector.h>
operator bool() const
Description
No description yet.
Source
Lines 71-72 in include/EASTL/bitvector.h.
operator bool() const // Defined here because some compilers fail otherwise.
{ return (*mpBitWord & (Element(1) << mnBitIndex)) != 0; }