Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changkun/modern-cpp-tutorial
/ tuple_len
Function
tuple_len
code/4/4.3.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
template <typename T>
41
auto tuple_len(T &tpl) {
42
return std::tuple_size<T>::value;
43
}
44
45
int main()
46
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected