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

Method needleView

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

Source from the content-addressed store, hash-verified

344 using Pinning<T>::Pinning;
345 template<typename Arg>
346 constexpr auto needleView(Arg &&a) const noexcept -> decltype(this->view(std::forward<Arg>(a)))
347 {
348 return this->view(std::forward<Arg>(a));
349 }
350};
351
352template<typename T>

Callers 1

QStringTokenizerMethod · 0.80

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected