|
|
| template (typename T)(requires(!same_as< detail |
| |
|
| template (typename... Args)(requires predicate< FD & |
| |
|
constexpr Args bool | operator() (Args &&... args) & |
| |
|
| template (typename... Args)(requires predicate< FD const & |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| |
|
constexpr Args bool | operator() (Args &&... args) const & |
| |
|
| template (typename... Args)(requires predicate< FD |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| |
|
constexpr Args bool | operator() (Args &&... args) && |
| |
The documentation for this struct was generated from the following file: