Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ assign_left_shift
Function
assign_left_shift
include/chaiscript/dispatchkit/operators.hpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
template<typename T>
54
void assign_left_shift(Module& m)
55
{
56
m.add(chaiscript::fun([](T &lhs, const T&rhs)->T&{return lhs <<= rhs;}),
"<<="
);
57
}
58
59
template<typename T>
60
void assign_product(Module& m)
Callers
nothing calls this directly
Calls
2
fun
Function · 0.85
add
Method · 0.45
Tested by
no test coverage detected