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

Method cbegin

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

Source from the content-addressed store, hash-verified

161
162 Q_REQUIRED_RESULT iterator begin() const noexcept { return iterator{*this}; }
163 Q_REQUIRED_RESULT iterator cbegin() const noexcept { return begin(); }
164 template<bool = std::is_same<iterator, sentinel>::value> // ODR protection
165 Q_REQUIRED_RESULT constexpr sentinel end() const noexcept
166 {

Callers 5

readMethod · 0.80
dataTypeStringMethod · 0.80
determineColumnModesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected