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

Function size

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

Source from the content-addressed store, hash-verified

185{
186
187Q_DECL_CONSTEXPR qsizetype size(QChar) noexcept
188{
189 return 1;
190}
191template<typename String>
192constexpr qsizetype size(const String &s) noexcept
193{

Callers 13

nextMethod · 0.85
addDockWidgetMethod · 0.85
moveFloatingMethod · 0.85
setElideModeMethod · 0.85
moveFloatingMethod · 0.85
updatePaperSizeMethod · 0.85
pageChangedMethod · 0.85
processResizeMethod · 0.85
stepSizeMethod · 0.85
niceExtendMethod · 0.85
zoomMethod · 0.85
datasMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected