Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_input_node.cpp38 auto non_const_lambda = [](tbb::flow_control&) mutable { return 42; }; in test_deduction_guides() local
44 input_node s2(g, non_const_lambda); in test_deduction_guides()
60 input_node s6(precedes(bc), non_const_lambda); in test_deduction_guides()