HelenOS sources
make_tuple 58 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp return make_tuple(
make_tuple 69 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp return make_tuple(
make_tuple 303 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp return make_tuple(
make_tuple 314 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp return make_tuple(
make_tuple 72 uspace/lib/cpp/src/__bits/test/tuple.cpp auto tpl3 = std::make_tuple(std::string{"A"}, std::string{"B"});
make_tuple 73 uspace/lib/cpp/src/__bits/test/tuple.cpp auto tpl4 = std::make_tuple(std::string{"C"}, std::string{"D"});
make_tuple 78 uspace/lib/cpp/src/__bits/test/tuple.cpp auto tpl5 = std::make_tuple(1, .5f);
make_tuple 86 uspace/lib/cpp/src/__bits/test/tuple.cpp auto tpl1 = std::make_tuple(1, .5f, std::string{"test"}, true);
make_tuple 101 uspace/lib/cpp/src/__bits/test/tuple.cpp auto tpl2 = std::make_tuple(std::ref(i), std::cref(f));
make_tuple 120 uspace/lib/cpp/src/__bits/test/tuple.cpp auto tpl = std::make_tuple(1, .5f);
make_tuple 138 uspace/lib/cpp/src/__bits/test/tuple.cpp auto tpl1 = std::make_tuple(1, .5f);
make_tuple 139 uspace/lib/cpp/src/__bits/test/tuple.cpp auto tpl2 = std::make_tuple(1, .5f);
make_tuple 140 uspace/lib/cpp/src/__bits/test/tuple.cpp auto tpl3 = std::make_tuple(1, 1.f);
make_tuple 141 uspace/lib/cpp/src/__bits/test/tuple.cpp auto tpl4 = std::make_tuple(2, .5f);
make_tuple 142 uspace/lib/cpp/src/__bits/test/tuple.cpp auto tpl5 = std::make_tuple(2, 1.f);
HelenOS homepage, sources at GitHub