C++11 std::lock_guard

一 简介ios 头文件<mutex>app template< class Mutex > class lock_guard; The class lock_guard is a mutex wrapper that provides a convenient RAII-style mechanism for owning a mutex for the duration of a scoped
相关文章
相关标签/搜索