| 6064 | } |
| 6065 | |
| 6066 | auto cardinality() const -> size_t override { |
| 6067 | if( m_ref->isContainer() ) |
| 6068 | return 0; |
| 6069 | else |
| 6070 | return 1; |
| 6071 | } |
| 6072 | |
| 6073 | auto hint() const -> std::string { return m_hint; } |
| 6074 | }; |
nothing calls this directly
no test coverage detected