Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/hspp
/ operator=
Method
operator=
develop/include/do_notation.h:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
constexpr auto operator=(T const& d)
66
{
67
bind(d);
68
return LetExpr([]{});
69
}
70
71
// return let expr
72
template <typename F>
Callers
nothing calls this directly
Calls
1
LetExpr
Class · 0.70
Tested by
no test coverage detected