Silicium
Macros
explicit_operator_bool.hpp File Reference
#include <boost/version.hpp>

Go to the source code of this file.

Macros

#define SILICIUM_EXPLICIT_OPERATOR_BOOL()
 

Macro Definition Documentation

#define SILICIUM_EXPLICIT_OPERATOR_BOOL ( )
Value:
operator bool() const BOOST_NOEXCEPT \
{ \
return !!(*this); \
}