Struct concurrent_queue::node

Nested Relationships

This struct is a nested type of Template Class concurrent_queue.

Struct Documentation

struct node

Node for the internal linked list.

Public Functions

inline explicit node(valueT *value)
inline ~node()

Public Members

valueT *m_value
std::atomic<node*> m_next