Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ makeUnaryExpr
Method
makeUnaryExpr
extlibs/catch/include/catch/catch.hpp:2360–2362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2358
}
2359
2360
auto makeUnaryExpr() const -> UnaryExpr<LhsT> {
2361
return UnaryExpr<LhsT>{ m_lhs };
2362
}
2363
};
2364
2365
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