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

Method view

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

Since we don't store something, the view() method needs to be given something it can return.

Source from the content-addressed store, hash-verified

318 // Since we don't store something, the view() method needs to be
319 // given something it can return.
320 constexpr T view(T t) const noexcept { return t; }
321};
322
323// pinned

Callers 2

needleViewMethod · 0.45
haystackViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected