MCPcopy Create free account
hub / github.com/KDE/labplot / cend

Method cend

src/3rdparty/stringtokenizer/qstringtokenizer.h:170–173  ·  view source on GitHub ↗

ODR protection

Source from the content-addressed store, hash-verified

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
175private:
176 Haystack m_haystack;

Callers 4

dataTypeStringMethod · 0.80
determineColumnModesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected