Searched refs:returns_true (Results 1 – 2 of 2) sorted by relevance
199 auto ret = std::not_fn(returns_true); in other_callable_types_test()270 using T = decltype(std::not_fn(returns_true)); in call_operator_sfinae_test()
19 constexpr bool returns_true() { return true; } in returns_true() function