| 682 | vtable_type; |
| 683 | |
| 684 | vtable_type* get_vtable() const { |
| 685 | return reinterpret_cast<vtable_type*>( |
| 686 | reinterpret_cast<std::size_t>(vtable) & ~static_cast<std::size_t>(0x01)); |
| 687 | } |
| 688 | |
| 689 | struct clear_type {}; |
| 690 |
no outgoing calls
no test coverage detected