Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1363
MathLib::value operator<<(const MathLib::value &v1, const MathLib::value &v2)
1364
{
1365
return v1.shiftLeft(v2);
1366
}
1367
1368
MathLib::value operator>>(const MathLib::value &v1, const MathLib::value &v2)
1369
{
Callers
nothing calls this directly
Calls
1
shiftLeft
Method · 0.80
Tested by
no test coverage detected