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

Function foo

tests/AutoHandler2Test.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <set>
4
5template <typename T> void foo(T & t)
6{
7 auto it = t.find(42);
8}
9
10
11int main() {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected