MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / operator>>

Function operator>>

lib/mathlib.cpp:1368–1371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1366}
1367
1368MathLib::value operator>>(const MathLib::value &v1, const MathLib::value &v2)
1369{
1370 return v1.shiftRight(v2);
1371}

Callers

nothing calls this directly

Calls 1

shiftRightMethod · 0.80

Tested by

no test coverage detected