MCPcopy Create free account
hub / github.com/davisking/dlib / check_const

Function check_const

dlib/test/tuple.cpp:45–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44 template <typename T>
45 void check_const (
46 const T& t
47 )
48 {
49 t.template get<0>();
50
51 typedef typename T::template get_type<0>::type type0;
52 t.template get<type0>();
53 t.template index<type0>();
54 }
55
56 template <typename T>
57 void check_nonconst (

Callers 1

tuple_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected