| 9286 | } |
| 9287 | |
| 9288 | auto cardinality() const -> size_t override { |
| 9289 | if( m_ref->isContainer() ) |
| 9290 | return 0; |
| 9291 | else |
| 9292 | return 1; |
| 9293 | } |
| 9294 | |
| 9295 | auto hint() const -> std::string { return m_hint; } |
| 9296 | }; |
nothing calls this directly
no test coverage detected