template <typename T, typename = void>

struct LockTraits

Defined at line 49 of file ../../zircon/system/ulib/lockdep/include/lockdep/lock_class.h

Base lock traits type. If a type has not been tagged with the

LOCK_DEP_TRAITS() then this base type provides the default flags for the lock

type.

Public Members

static LockFlags Flags