| 2403 | } |
| 2404 | |
| 2405 | T* pointer() { return GetOrCreateValue(); } |
| 2406 | const T* pointer() const { return GetOrCreateValue(); } |
| 2407 | const T& get() const { return *pointer(); } |
| 2408 | void set(const T& value) { *pointer() = value; } |
no outgoing calls
no test coverage detected