MCPcopy Create free account
hub / github.com/PixarAnimationStudios/OpenUSD / x_value

Function x_value

pxr/external/boost/python/test/implicit.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21typedef test_class<> X;
22
23int x_value(X const& x)
24{
25 return x.value();
26}
27
28X make_x(int n) { return X(n); }
29

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected