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

Function operator<<

lib/mathlib.cpp:1363–1366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361}
1362
1363MathLib::value operator<<(const MathLib::value &v1, const MathLib::value &v2)
1364{
1365 return v1.shiftLeft(v2);
1366}
1367
1368MathLib::value operator>>(const MathLib::value &v1, const MathLib::value &v2)
1369{

Callers

nothing calls this directly

Calls 1

shiftLeftMethod · 0.80

Tested by

no test coverage detected