An empty wrapper cannot be activated
| 222 | |
| 223 | /// An empty wrapper cannot be activated |
| 224 | bool empty() const { return istate_ == nullptr; } |
| 225 | |
| 226 | /// Is this wrapper non-empty |
| 227 | explicit operator bool() const { return !empty(); } |
nothing calls this directly
no outgoing calls
no test coverage detected