MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / bar

Method bar

test/composition_test.cpp:288–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 struct foo {
287 int bar_;
288 int bar() const { return bar_; }
289 };
290 const std::vector<foo> foos = { { 1 }, { 2 }, { 3 } };
291 const auto bars = fplus::transform(fplus_mem_fn(bar), foos);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected