标准表示std::tuple具有以下成员功能
std::tuple
constexpr tuple(); explicit tuple(const Types&...);
有人可以解释一下应该发生std::tuple<>什么吗?
std::tuple<>
c++ language-lawyer c++11 stdtuple
c++ ×1
c++11 ×1
language-lawyer ×1
stdtuple ×1