Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ test2
Class
test2
dlib/test/any_function.cpp:59–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
};
58
59
struct test2
60
{
61
int v;
62
63
test2() : v(0) {}
64
test2(int val) : v(val) {}
65
int operator()() const { return v; }
66
};
67
68
// ----------------------------------------------------------------------------------------
69
Callers
1
run_test
Function · 0.70
Calls
no outgoing calls
Tested by
1
run_test
Function · 0.56