HelenOS sources
index_of_type 286 uspace/lib/cpp/include/__bits/tuple/tuple.hpp struct index_of_type: index_of_type<I + 1, U, Ts...>
index_of_type 297 uspace/lib/cpp/include/__bits/tuple/tuple.hpp return get<aux::index_of_type<0, T, Ts...>::value>(tpl);
index_of_type 303 uspace/lib/cpp/include/__bits/tuple/tuple.hpp return get<aux::index_of_type<0, T, Ts...>::value>(forward<tuple<Ts...>>(tpl));
index_of_type 309 uspace/lib/cpp/include/__bits/tuple/tuple.hpp return get<aux::index_of_type<0, T, Ts...>::value>(tpl);
HelenOS homepage, sources at GitHub