* \brief Returns the current value of the reference counter. * This can be used to determine if this memory is used uniquely * by an object. * \return the current number of references */
| 145 | * \return the current number of references |
| 146 | */ |
| 147 | size_t getCounter() const { return counter_ ? *counter_ : 0; } |
| 148 | }; |
| 149 | |
| 150 | CUMAT_NAMESPACE_END |
nothing calls this directly
no outgoing calls
no test coverage detected