MCPcopy Create free account
hub / github.com/boostorg/hana / f

Function f

example/tutorial/appendix_mpl.cpp:363–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361void for_each(F f) {
362 hana::for_each(Sequence{}, [&f](auto t) {
363 f(typename decltype(t)::type{});
364 });
365}
366

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected