MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / __invoke

Function __invoke

tests/LambdaHandlerCaptureLessTest.cpp:19–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 // and body exactly
18 template<class A, class B>
19static auto __invoke(A a, B b) { // N3386 Return Type Deduction return a + b;
20}
21 template<class A, class B, class R>
22 using fptr_t = R (*) (A, B);
23 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected