Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SqliteModernCpp/sqlite_modern_cpp
/ operator()
Method
operator()
tests/lvalue_functor_example.cc:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
vector<Target> results;
11
12
void operator()(AttrTypes... args) {
13
results.emplace_back(std::forward<AttrTypes&&>(args)...);
14
};
15
};
16
17
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected