MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / operator()

Function operator()

tests/LambdaHandlerCaptureLessTest.cpp:10–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 {
9template<class A, class B>
10auto operator()(A a, B b) const // N3386 Return Type Deduction
11 { return a + b; }
12 private:
13 // Note: We don't want to simply forward the call to operator()
14 // since forwarding is not entirely transparent, and could

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected