MCPcopy Create free account
hub / github.com/TNG/boost-python-examples / operator+

Function operator+

07-Operators/operators.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27};
28
29NumberLike operator+(NumberLike n, int i)
30{
31 n += i;
32 return n;
33};
34
35#include <boost/python.hpp>
36using namespace boost::python;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected