template <typename... Items>

struct StandardBootShimItems

Defined at line 384 of file ../../zircon/kernel/phys/lib/boot-shim/include/lib/boot-shim/boot-shim.h

Helper struct used to generate a `BootShim` item with a set of `Items`.

Use `Shim` helper alias to instiatiate `BootShim` templates.

This helper struct provides internal helpers to allow adding or removing items

from this set.

Records