Flow
Documentation for the Flow C++ Library
Loading...
Searching...
No Matches
flow::ConcurrentFlexQueue< T >::Node Struct Reference

Public Attributes

std::optional< T > value
std::unique_ptr< Nodenext

Detailed Description

template<typename T>
struct flow::ConcurrentFlexQueue< T >::Node

Definition at line 12 of file flow_concurrent_flex_queue.h.

Member Data Documentation

◆ next

template<typename T>
std::unique_ptr<Node> flow::ConcurrentFlexQueue< T >::Node::next

Definition at line 14 of file flow_concurrent_flex_queue.h.

◆ value

template<typename T>
std::optional<T> flow::ConcurrentFlexQueue< T >::Node::value

Definition at line 13 of file flow_concurrent_flex_queue.h.


The documentation for this struct was generated from the following file: