Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ check_nonconst
Function
check_nonconst
dlib/test/tuple.cpp:57–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
56
template <typename T>
57
void check_nonconst (
58
T& t
59
)
60
{
61
t.template get<0>();
62
63
typedef typename T::template get_type<0>::type type0;
64
t.template get<type0>();
65
t.template index<type0>();
66
}
67
68
void tuple_test (
69
)
Callers
1
tuple_test
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected