Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ inc
Class
inc
dlib/test/tuple.cpp:32–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
32
struct inc
33
{
34
template <typename T>
35
void operator() (
36
T& a
37
) const
38
{
39
a += 1;
40
}
41
};
42
43
44
template <typename T>
Callers
1
tuple_test
Function · 0.85
Calls
no outgoing calls
Tested by
1
tuple_test
Function · 0.68