True if the option was not passed
| 3657 | |
| 3658 | /// True if the option was not passed |
| 3659 | bool empty() const { return results_.empty(); } |
| 3660 | |
| 3661 | /// This class is true if option is passed. |
| 3662 | explicit operator bool() const { return !empty(); } |
no outgoing calls