MCPcopy 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

9template<typename T, typename U>
10constexpr bool is_same_v = std::is_same<T, U>::value;
11int main() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected