Skip to content

Class mt_queue

template <typename T>

ClassList > mt_queue

  • #include <mt_queue.hpp>

Public Functions

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

Public Functions Documentation

function mt_queue

inline explicit mt_queue::mt_queue (
    size_t capacity
) 

function pop

inline T mt_queue::pop () 

function push

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

function try_push

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


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