* returns true if the Any is empty */
| 582 | * returns true if the Any is empty |
| 583 | */ |
| 584 | bool |
| 585 | Empty() const |
| 586 | { |
| 587 | return !_content; |
| 588 | } |
| 589 | |
| 590 | /** |
| 591 | * Returns a string representation for the content if it is not empty. |
no outgoing calls
no test coverage detected