MBZ*_*MBZ 5 c++ tuples functor
有没有标准select1st和select2st等价的C++11? 似乎这些仅在GNU CPP中定义.
select1st
select2st
C++11
Col*_*mbo 9
对于get定义的所有内容:
get
template <std::size_t N> constexpr auto select = [] (auto&& x) noexcept -> decltype(auto) { return std::get<N>(std::forward<decltype(x)>(x)); };
归档时间:
11 年,11 月 前
查看次数:
1501 次
最近记录:
7 年,7 月 前