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

Function f

tests/conceptsTest.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 template<typename T>
68 requires (sizeof(T) > 1 && get_value<T>())
69 auto f(T t) {
70 return t.x;
71 }
72}
73
74

Calls

no outgoing calls

Tested by

no test coverage detected