Access uderlying object * * @return Underlying object */
| 158 | * @return Underlying object |
| 159 | */ |
| 160 | const T *get() const |
| 161 | { |
| 162 | return _object.get(); |
| 163 | } |
| 164 | /** Access uderlying object |
| 165 | * |
| 166 | * @return Underlying object |
no outgoing calls
no test coverage detected