Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp203 auto returns_value = [](bool value) { return value; }; in other_callable_types_test() local
204 auto ret = std::not_fn(returns_value); in other_callable_types_test()