Returns a raw pointer to the initialized underlying object ! This is mainly intended for use with passing an instance of a constructed object to cereal::base_class. It is strongly recommended to avoid using this function in any other circumstance. @return A raw pointer to the initialized type */
| 199 | |
| 200 | @return A raw pointer to the initialized type */ |
| 201 | T * ptr() |
| 202 | { |
| 203 | return operator->(); |
| 204 | } |
| 205 | |
| 206 | private: |
| 207 | template <class Ar, class TT> friend struct ::cereal::memory_detail::LoadAndConstructLoadWrapper; |
no outgoing calls
no test coverage detected