Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SafeBool.h File Reference
Go to the source code of this file.
Data Structures | |
class | base |
Base class of all SafeBool instances. More... | |
class | SafeBool< T > |
Safe conversion of objects in boolean context. More... | |
Namespaces | |
namespace | SafeBool_ |
Private namespace used to host details of the SafeBool implementation. | |
Functions | |
template<typename T , typename U > | |
void | operator== (const SafeBool< T > &lhs, const SafeBool< U > &rhs) |
Avoid conversion to bool between different classes. | |
template<typename T , typename U > | |
void | operator!= (const SafeBool< T > &lhs, const SafeBool< U > &rhs) |
Avoid conversion to bool between different classes. |
Detailed Description
Definition in file SafeBool.h.
Generated on Tue Jul 12 2022 12:22:33 by
