The following code compiles
下面的代码编译
scoped_lock<named_mutex> lock(some_mutex);
if (!lock) { // What does this means, which function is called
}
scoped_The following code compiles
下面的代码编译
scoped_lock<named_mutex> lock(some_mutex);
if (!lock) { // What does this means, which function is called
}
scoped_