template <typename Base, typename>
struct all_mixins
Defined at line 294 of file ../../src/lib/ddktl/include/ddktl/device-internal.h
all_mixins
Checks a list of types to ensure that all of them are ddk mixins (i.e., they inherit from the
internal::base_mixin tag).