template <typename T, typename = void>
struct HasValidationGuard
Defined at line 143 of file ../../zircon/system/ulib/lockdep/include/lockdep/lock_policy.h
Detects whether T has a subtype `T::ValidationGuard`.
template <typename T, typename = void>
Defined at line 143 of file ../../zircon/system/ulib/lockdep/include/lockdep/lock_policy.h
Detects whether T has a subtype `T::ValidationGuard`.