Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h1060 using source_type = typename std::decay<SourceType>::type; in internal_merge() local
1061 using source_iterator = typename source_type::iterator; in internal_merge()
1062 …static_assert((std::is_same<node_type, typename source_type::node_type>::value), "Incompatible con… in internal_merge()