Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
01.02-variableTemplate0/main.cpp:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
template<typename T, typename U>
10
constexpr bool is_same_v = std::is_same<T, U>::value;
11
int main() {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected