Are there any C++11standard equivalents select1stand select2st?It seems that they were defined only in the GNU CPP .
C++11
select1st
select2st
For all things that are getdetermined by:
get
template <std::size_t N> constexpr auto select = [] (auto&& x) noexcept -> decltype(auto) { return std::get<N>(std::forward<decltype(x)>(x)); };