Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::logical_negate< FD > Member List

This is the complete list of members for ranges::logical_negate< FD >, including all inherited members.

c(requires(!same_as< detail::decay_t< T >, logical_negate >) &&constructible_from< FD, T >) ccconstexpr explicit logical_negate(T &&pred) (defined in ranges::logical_negate< FD >)ranges::logical_negate< FD >
c(requires predicate< FD &, Args... >) ccconstexpr bool operator()(Args &&... args) & (defined in ranges::logical_negate< FD >)ranges::logical_negate< FD >
c(requires predicate< FD const &, Args... >) ccconstexpr bool operator()(Args &&... args) const &ranges::logical_negate< FD >
c(requires predicate< FD, Args... >) ccconstexpr bool operator()(Args &&... args) &&ranges::logical_negate< FD >
logical_negate() noexcept(std::is_nothrow_default_constructible< FD >::value) requires default_constructible< FD > (defined in ranges::logical_negate< FD >)ranges::logical_negate< FD >