clang
8.0.0
|
A helper class which wraps a boolean value set to false by default. More...
#include "clang/StaticAnalyzer/Core/Checker.h"
Public Member Functions | |
DefaultBool () | |
operator bool & () | |
operator const bool & () const | |
DefaultBool & | operator= (bool b) |
Public Attributes | |
bool | val |
A helper class which wraps a boolean value set to false by default.
This class should behave exactly like 'bool' except that it doesn't need to be explicitly initialized.
|
inline |
|
inline |