proxygen
folly::detail::LockTraitsImpl< Mutex, level, is_timed > Struct Template Reference

#include <LockTraits.h>

Detailed Description

template<class Mutex, MutexLevel level, bool is_timed>
struct folly::detail::LockTraitsImpl< Mutex, level, is_timed >

LockTraitsImpl is the base that is used to desribe the interface used by different mutex types. It accepts a MutexLevel argument and a boolean to show whether the mutex is a timed mutex or not. The implementations are partially specialized and inherit from the other implementations to get similar functionality

Definition at line 112 of file LockTraits.h.


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