| 765 | } |
| 766 | |
| 767 | reference_const_type get_impl() const { return m_storage.ref() ; } |
| 768 | reference_type get_impl() { return m_storage.ref() ; } |
| 769 | |
| 770 | pointer_const_type get_ptr_impl() const { return m_storage.ptr_ref(); } |
no outgoing calls
no test coverage detected