Returns current `value`
| 89 | void end() { state.end(ref); } |
| 90 | // Returns current `value` |
| 91 | T get() { return state.get(ref); } |
| 92 | // Return true if `state != s`: |
| 93 | bool cmp(const S &s) const { return state.cmp(s); } |
| 94 |
no outgoing calls
no test coverage detected