Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
typedef test_class<> X;
22
23
int x_value(X const& x)
24
{
25
return x.value();
26
}
27
28
X make_x(int n) { return X(n); }
29
Callers
nothing calls this directly
Calls
1
value
Method · 0.45
Tested by
no test coverage detected