MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / simple_map

Method simple_map

src/examples/rpp/doxygen/readme.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13struct simple_map
14{
15 simple_map(const Fn& fn)
16 : fn(fn)
17 {
18 }
19
20 Fn fn{};
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected