template <typename T, typename = void>

struct HasAssertCapabilityHeldMethod

Defined at line 149 of file ../../zircon/system/ulib/concurrent/include/lib/concurrent/capability_token.h

Detects whether type T has a method with the following signature:

static void T::AssertCapabilityHeld(CapabilityToken

<Domain

>::TagType)