Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ makeUnaryExpr
Method
makeUnaryExpr
tutorials/external/catch.hpp:2034–2036 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2032
}
2033
2034
auto makeUnaryExpr() const -> UnaryExpr<LhsT> {
2035
return UnaryExpr<LhsT>{ m_lhs };
2036
}
2037
};
2038
2039
void handleExpression( ITransientExpression const& expr );
Callers
2
handleExpression
Function · 0.80
handleExpr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected