---------------------------------------------------------------------
| 40 | |
| 41 | //--------------------------------------------------------------------- |
| 42 | Value operator*() |
| 43 | { |
| 44 | return value_; |
| 45 | } |
| 46 | |
| 47 | private: |
| 48 | Value value_; |
nothing calls this directly
no outgoing calls
no test coverage detected