@return A pointer to the object referenced by the stored reference. @remark Does not throw. */
| 104 | @remark Does not throw. |
| 105 | */ |
| 106 | BOOST_FORCEINLINE T* get_pointer() const { return t_; } |
| 107 | |
| 108 | private: |
| 109 |
no outgoing calls
no test coverage detected