proxygen
wangle::CacheLockGuard< std::mutex > Struct Template Reference

#include <PersistentCacheCommon.h>

Public Types

using Read = std::lock_guard< std::mutex >
 
using Write = std::lock_guard< std::mutex >
 

Detailed Description

template<>
struct wangle::CacheLockGuard< std::mutex >

Definition at line 30 of file PersistentCacheCommon.h.

Member Typedef Documentation

using wangle::CacheLockGuard< std::mutex >::Read = std::lock_guard<std::mutex>

Definition at line 31 of file PersistentCacheCommon.h.

using wangle::CacheLockGuard< std::mutex >::Write = std::lock_guard<std::mutex>

Definition at line 32 of file PersistentCacheCommon.h.


The documentation for this struct was generated from the following file: