|  | Home | Libraries | People | FAQ | More | 
          Return a reference to the underlying bool,
          or throw an exception.
        
bool&
as_bool();
  » more...
          Return the underlying bool,
          or throw an exception.
        
bool
as_bool() const;
  » more...