Searched refs:non_const_lambda (Results 1 – 1 of 1) sorted by relevance
38 auto non_const_lambda = [](tbb::flow_control&) mutable { return 42; }; in test_deduction_guides() local44 input_node s2(g, non_const_lambda); in test_deduction_guides()60 input_node s6(precedes(bc), non_const_lambda); in test_deduction_guides()