C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Public Member Functions | List of all members
pplx::scoped_lock< _Lock > Class Template Reference

A generic RAII wrapper for locks that implements the critical_section interface cpprest_synchronization::lock_guard More...

#include <pplxlinux.h>

Public Member Functions

 scoped_lock (_Lock &_Critical_section)
 
 scoped_lock (_Lock &_Critical_section)
 

Detailed Description

template<class _Lock>
class pplx::scoped_lock< _Lock >

A generic RAII wrapper for locks that implements the critical_section interface cpprest_synchronization::lock_guard

A generic RAII wrapper for locks that implement the critical_section interface std::lock_guard


The documentation for this class was generated from the following files: