Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/hspp
/ OpFunc
Method
OpFunc
sample/parse_expr.cpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
Op mOp;
41
public:
42
constexpr OpFunc(Op op)
43
: mOp{op}
44
{}
45
template <typename T>
46
constexpr auto operator()(T x, T y) const
47
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected