MCPcopy Create free account
hub / github.com/KDE/kdeconnect-kde / arraySize

Function arraySize

plugins/mousepad/windowsremoteinput.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51template<typename T, size_t N>
52size_t arraySize(T (&arr)[N])
53{
54 (void)arr;
55 return N;
56}
57
58WindowsRemoteInput::WindowsRemoteInput(QObject *parent)
59 : AbstractRemoteInput(parent)

Callers 1

handlePacketMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected