element of the queue.
More...
#include <queue-entry.hpp>
|
template<typename TT >
requires std::is_constructible_v<T, TT&&> |
| | queue_entry (TT &&value) |
| | creates the instance of the queue element.
|
| |
|
| T | value |
| | value of the element in the queue.
|
| |
| queue_entry * | next |
| | pointer to the next element in the queue.
|
| |
template<typename T>
struct queue_entry< T >
element of the queue.
- Template Parameters
-
◆ queue_entry()
template<typename T >
template<typename TT >
requires std::is_constructible_v<T, TT&&>
creates the instance of the queue element.
- Template Parameters
-
| TT | - type of element in the queue. |
- Parameters
-
| value | - value of the element in the queue. |
◆ next
pointer to the next element in the queue.
◆ value
value of the element in the queue.
The documentation for this struct was generated from the following file: