Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
template<typename T>
4
bool Is(const T& x)
5
{
6
T b{x};
7
8
return b == x;
9
}
10
11
int main()
12
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected