Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ assign_right_shift
Function
assign_right_shift
include/chaiscript/dispatchkit/operators.hpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
template<typename T>
78
void assign_right_shift(Module& m)
79
{
80
m.add(chaiscript::fun([](T &lhs, const T&rhs)->T&{return lhs >>= rhs;}),
">>="
);
81
}
82
83
template<typename T>
84
void assign_sum(Module& m)
Callers
nothing calls this directly
Calls
2
fun
Function · 0.85
add
Method · 0.45
Tested by
no test coverage detected