Skip to content

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

More...

Public Functions🔗

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

Detailed Description🔗

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

Public Functions Documentation🔗

function push🔗

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

Updated on 17 June 2021 at 11:15:26 CEST