Skip to content

iox::concurrent::QueueAdapter< T, Capacity, LockFreeQueue >🔗

More...

Public Functions🔗

Name
bool push(LockFreeQueue< T, Capacity > & queue, const T & in)

Detailed Description🔗

template <typename T ,
uint64_t Capacity>
struct iox::concurrent::QueueAdapter< T, Capacity, LockFreeQueue >;

Public Functions Documentation🔗

function push🔗

static inline bool push(
    LockFreeQueue< T, Capacity > & queue,
    const T & in
)

Updated on 31 May 2022 at 15:52:33 CEST