<< std::endl; } }; int main() { // store the member function of an object: Test test; std::function< void() > callback = std::bind( ...
確定! 回上一頁