Skip to content

Class MtQueue

template <typename T>

ClassList > MtQueue

  • #include <mt_queue.hpp>

Public Functions

Type Name
MtQueue (size_t capacity)
T pop ()
void push (T && value)
bool try_push (T && value)

Public Functions Documentation

function MtQueue

inline explicit MtQueue::MtQueue (
    size_t capacity
) 

function pop

inline T MtQueue::pop () 

function push

inline void MtQueue::push (
    T && value
) 

function try_push

inline bool MtQueue::try_push (
    T && value
) 


The documentation for this class was generated from the following file nebula_ros/include/nebula_ros/common/mt_queue.hpp