template <>
struct has_set_lock_class_id
Defined at line 35 of file ../../zircon/system/ulib/lockdep/include/lockdep/lock_class.h
A fbl helper which can be used to test to see if an object's definition includes a method of the
form:
```
void SetLockClassId(LockClassId id)
```
Used by the Lock's state wrappers to inform an underlying lock implementation
of its class ID via a set method when supported.
Public Members
static const bool value