Home
last modified time | relevance | path

Searched defs:element_type (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/common/
H A Dinitializer_list_support.h69 using element_type = typename ContainerType::value_type; in test_initializer_list_support() local
H A Dcontainer_move_support.h421 using element_type = typename Allocator::value_type; member
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_tagged_buffer_impl.h52 typedef typename buffer_element_type< value_type >::type element_type; typedef