| 7175 | } |
| 7176 | |
| 7177 | auto cardinality() const -> size_t override { |
| 7178 | if( m_ref->isContainer() ) |
| 7179 | return 0; |
| 7180 | else |
| 7181 | return 1; |
| 7182 | } |
| 7183 | |
| 7184 | auto hint() const -> std::string { return m_hint; } |
| 7185 | }; |
nothing calls this directly
no test coverage detected