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

Method haystackView

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

Source from the content-addressed store, hash-verified

355 using Pinning<T>::Pinning;
356 template<typename Arg>
357 constexpr auto haystackView(Arg &&a) const noexcept -> decltype(this->view(std::forward<Arg>(a)))
358 {
359 return this->view(std::forward<Arg>(a));
360 }
361};
362
363// The Base of a QStringTokenizer is QStringTokenizerBase for the views

Callers 1

QStringTokenizerMethod · 0.80

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected