void push_back( const T& value ); // (1) void push_back( T&& value ); // (2) std::vector中的push_back难道不是提供了引用和右值引用吗?
点赞 2

相关推荐

牛客网
牛客企业服务