Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TNG/boost-python-examples
/ NumberLike
Method
NumberLike
07-Operators/operators.cpp:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
{
6
public:
7
NumberLike(int n = 0) : mN(n) {}
8
NumberLike& operator+= (int i)
9
{
10
mN += i;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected