Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ size
Method
size
examples/hamming.cpp:71–71 ·
view source on GitHub ↗
Return number of symbols
Source
from the content-addressed store, hash-verified
69
unsigned int distance(void) const { return _distance.value(); }
70
/// Return number of symbols
71
unsigned int size(void) const { return _size.value(); }
72
73
};
74
Callers
2
Hamming
Method · 0.45
print
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected