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

Method function

tests/LambdaAndInClassInitializerTest.cpp:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4{
5public:
6 function() = default;
7
8 template<typename T>
9 function(T&& f)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected