iox::concurrent::QueueAdapter🔗
Public Functions🔗
Name | |
---|---|
bool | push(Queue< T, Capacity > & queue, const T & in) |
Detailed Description🔗
template <typename T ,
uint64_t Capacity,
template< typename, uint64_t > class Queue>
struct iox::concurrent::QueueAdapter;
Public Functions Documentation🔗
function push🔗
static inline bool push(
Queue< T, Capacity > & queue,
const T & in
)
Updated on 31 May 2022 at 15:29:15 CEST