|
|
template<size_t kAlignment, size_t kCapacity> |
| | ChannelDeque (containers::Storage< kAlignment, kCapacity > &storage) |
| |
|
size_type | capacity () const |
| |
|
size_type | size () const |
| |
|
bool | empty () const |
| |
|
auto | deallocator () const |
| |
|
T & | front () |
| |
|
const T & | front () const |
| |
|
void | pop_front () |
| |
|
void | clear () |
| |
|
template<typename U > |
| void | push_back (U &&value) |
| |
|
template<typename... Args> |
| void | emplace_back (Args &&... args) |
| |
The documentation for this class was generated from the following file:
- pw_async2/public/pw_async2/channel.h