Classes | |
class | pw::BasicInlineVarLenEntryQueue< T, containers::internal::kGenericSized > |
class | pw::BasicInlineVarLenEntryQueue< T, kMaxSizeBytes >::Entry |
Refers to an entry in-place in the queue. Entries may be discontiguous. More... | |
class | pw::BasicInlineVarLenEntryQueue< T, kMaxSizeBytes >::iterator |
Typedefs | |
template<size_t kMaxSizeBytes = containers::internal::kGenericSized> | |
using | pw::InlineVarLenEntryQueue = BasicInlineVarLenEntryQueue< std::byte, kMaxSizeBytes > |
Variable-length entry queue that uses std::byte for the byte type. | |