In template argument lists as in std::tuple<C...> , the pack expands to the equivalent of a comma-separated list of template arguments. In lambda capture lists, ...
確定! 回上一頁