Type aurora::SafeBool and corresponding functionality. More...
Go to the source code of this file.
Typedefs | |
typedef void(detail::SafeBoolHolder::* | aurora::SafeBool) () |
SafeBool type. | |
Functions | |
SafeBool | aurora::toSafeBool (bool condition) |
Conversion function from bool to SafeBool. | |
Variables | |
const SafeBool | aurora::SafeBoolTrue |
SafeBool literal, evaluates to true. | |
const SafeBool | aurora::SafeBoolFalse |
SafeBool literal, evaluates to false. | |
Type aurora::SafeBool and corresponding functionality.