@return A pointer to the object referenced by the stored reference. @remark Does not throw. */
| 141 | @remark Does not throw. |
| 142 | */ |
| 143 | BOOST_FORCEINLINE T* get_pointer() const { return t_; } |
| 144 | |
| 145 | private: |
| 146 |
no outgoing calls
no test coverage detected