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

Function Is

tests/TemplateHandler4Test.cpp:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3template<typename T>
4bool Is(const T& x)
5{
6 T b{x};
7
8 return b == x;
9}
10
11int main()
12{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected