Home
last modified time | relevance | path

Searched refs:list_node (Results 1 – 1 of 1) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_unordered_base.h126 class list_node {
128 using node_ptr = list_node*;
131 list_node(sokey_type key) : my_next(nullptr), my_order_key(key) {} in list_node() function
164 class value_node : public list_node<SokeyType>
167 using base_type = list_node<SokeyType>;
222 using list_node_type = list_node<sokey_type>;