MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / x_value

Function x_value

edrav2/eprj/boost/libs/python/test/implicit.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13typedef test_class<> X;
14
15int x_value(X const& x)
16{
17 return x.value();
18}
19
20X make_x(int n) { return X(n); }
21

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected