MCPcopy Create free account
hub / github.com/Naios/function2 / main

Function main

test/dist-subproject/main.cpp:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <function2/function2.hpp>
3
4int main() {
5 fu2::function<void()> myfn = [] {
6 //
7 };
8 myfn();
9 return 0;
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected