Exception thrown to convey that an invalid flag index was used. More...
#include <BitMask.h>
Public Member Functions | |
OutOfRange (std::string msg="Flag out-of-range error") | |
Public Member Functions inherited from util::flags::errors::Exception | |
Exception (std::string msg="Flag error") | |
virtual const char * | what () const noexcept override |
Additional Inherited Members | |
Public Attributes inherited from util::flags::errors::Exception | |
std::string | message |
Exception thrown to convey that an invalid flag index was used.
|
inlineexplicit |
Definition at line 391 of file BitMask.h.