anyone pleas
using std::get<n>? may be
Throws an error saying n isn’t a constexpr or something like that
N should be index index of a tuple known at compile time. Usually you use recursion and variadic templates for this
If you're using C++17 consider using https://en.cppreference.com/w/cpp/utility/apply Maybe it'll will do what you need from iteration
Обсуждают сегодня