ODR protection
| 168 | } |
| 169 | template<bool = std::is_same<iterator, sentinel>::value> // ODR protection |
| 170 | Q_REQUIRED_RESULT constexpr sentinel cend() const noexcept |
| 171 | { |
| 172 | return {}; |
| 173 | } |
| 174 | |
| 175 | private: |
| 176 | Haystack m_haystack; |
no outgoing calls
no test coverage detected