MCPcopy 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
40template <typename T>
41auto tuple_len(T &tpl) {
42 return std::tuple_size<T>::value;
43}
44
45int main()
46{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected