template <template <typename, typename...> class C, typename... P>
struct AllocCheckerContainer
Defined at line 22 of file ../../src/lib/elfldltl/include/lib/elfldltl/alloc-checker-container.h
Similar to elfldltl::StdContainer (see container.h), except
AllocCheckerContainer leverages fbl::AllocChecker to check the allocations
performed by the underlying type method. The string_view error parameter
should contain a description of the allocation and is included in the
diagnostics error message. The boolean return value indicates allocation
success or failure. If allocation fails the Diagnostic's object's OutofMemory
error is called.