MCPcopy Create free account
hub / github.com/WheretIB/nullc / operator+

Function operator+

tests/TestExtra.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159\r\n\
160matrix m = matrix(4, 4);\r\n\
161m[1][3] = 4;\r\n\
162\r\n\
163int operator+(float a, int n){ return int(a) + n; }\r\n\
164\r\n\
165int min(int a, b){ return a < b ? a : b; }\r\n\
166int ref rsize = new int;\r\n\

Callers

nothing calls this directly

Calls 1

minFunction · 0.85

Tested by

no test coverage detected