! \brief default constructor */
| 759 | public: |
| 760 | /*! \brief default constructor */ |
| 761 | ObjectRef() = default; |
| 762 | /*! \brief copy constructor */ |
| 763 | ObjectRef(const ObjectRef& other) = default; |
| 764 | /*! \brief move constructor */ |
nothing calls this directly
no outgoing calls
no test coverage detected