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.

logical_negate() noexcept(std::is_nothrow_default_constructible< FD >::value) requires default_constructible< FD > (defined in ranges::logical_negate< FD >)ranges::logical_negate< FD >
logical_negate(T &&pred) requires(!defer (defined in ranges::logical_negate< FD >)ranges::logical_negate< FD >explicit
operator()(Args &&... args) &-> bool requires predicate< FD &, Args... > (defined in ranges::logical_negate< FD >)ranges::logical_negate< FD >
operator()(Args &&... args) const &-> bool requires predicate< FD const &, Args... >ranges::logical_negate< FD >
operator()(Args &&... args) &&-> bool requires predicate< FD, Args... >ranges::logical_negate< FD >