return true if the object is uninitialized
| 228 | |
| 229 | /// return true if the object is uninitialized |
| 230 | bool is_undef() const noexcept |
| 231 | { |
| 232 | return m_data->m_type_info.is_undef(); |
| 233 | } |
| 234 | |
| 235 | bool is_const() const noexcept |
| 236 | { |
nothing calls this directly
no outgoing calls
no test coverage detected