| 2594 | } |
| 2595 | |
| 2596 | T* pointer() { return GetOrCreateValue(); } |
| 2597 | const T* pointer() const { return GetOrCreateValue(); } |
| 2598 | const T& get() const { return *pointer(); } |
| 2599 | void set(const T& value) { *pointer() = value; } |
no outgoing calls
no test coverage detected