Searched refs:returns_value (Results 1 – 1 of 1) sorted by relevance
203 auto returns_value = [](bool value) { return value; }; in other_callable_types_test() local204 auto ret = std::not_fn(returns_value); in other_callable_types_test()