|
constexpr T | logical_negate (T &&pred) |
|
template<typename... Args> |
requires constexpr predicate< FD &, Args... > bool | operator() (Args &&... args) & |
|
template<typename... Args> |
requires constexpr predicate< FD, Args... > bool | operator() (Args &&... args) && |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename... Args> |
requires constexpr predicate< FD const &, Args... > bool | operator() (Args &&... args) const & |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename T > |
| requires (!same_as< detail::decay_t< T >, logical_negate >) &&const ructible_from< FD |
|