| 209 | |
| 210 | public: |
| 211 | Object() { |
| 212 | header_.combined_ref_count = 0; |
| 213 | header_.type_index = 0; |
| 214 | header_.__padding = 0; |
| 215 | header_.__ensure_align = 0; |
| 216 | } |
| 217 | /*! |
| 218 | * Check if the object is an instance of TargetType. |
| 219 | * \tparam TargetType The target type to be checked. |
nothing calls this directly
no outgoing calls
no test coverage detected