Template type deduction tries to match the type of your lambda function to the std::function<T> which it just can't do in this case - these types are not ...
確定! 回上一頁