Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReactiveX/RxCpp
/ insert_function
Method
insert_function
Rx/v2/src/rxcpp/rx-util.hpp:517–517 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
OStream& os;
516
Function call;
517
insert_function(OStream& os, Function f) : os(os), call(std::move(f)) {}
518
void operator()() const {
519
call(os);
520
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected