C/C++ API Reference
Loading...
Searching...
No Matches
pw::sync::is_timed_lockable< Lock, Clock > Struct Template Reference

Overview

template<typename Lock, typename Clock>
struct pw::sync::is_timed_lockable< Lock, Clock >

Checks if a lock type is timed-lockable.

If Lock satisfies C++'s TimedLockable named requirement, provides the member constant value equal to true. Otherwise value is false.

Inheritance diagram for pw::sync::is_timed_lockable< Lock, Clock >:

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