__>unique_ptr __>{ __> ... __> _OPERATOR_BOOL() const __> { // test for non-null pointer __> return (this->_Myptr != pointer() ? _CONVERTIBLE_TO_TRUE : 0); __> } __>} __>