Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/TriangleMeshDistance
/ makeUnaryExpr
Method
makeUnaryExpr
tests/catch.hpp:2024–2026 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2022
}
2023
2024
auto makeUnaryExpr() const -> UnaryExpr<LhsT> {
2025
return UnaryExpr<LhsT>{ m_lhs };
2026
}
2027
};
2028
2029
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