This is Unofficial EPICS BASE Doxygen Site
operator_bool.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 operator bool () const BOOST_NOEXCEPT
 
bool operator! () const BOOST_NOEXCEPT
 

Function Documentation

operator bool ( ) const
explicit

Definition at line 11 of file operator_bool.hpp.

12  {
13  return px != 0;
14  }
bool operator! ( ) const

Definition at line 60 of file operator_bool.hpp.

61  {
62  return px == 0;
63  }