|
template<class Fn , class T > |
constexpr auto | operator() (Fn &&f, T &&t) const noexcept(noexcept(std::make_pair(std::invoke(std::forward< Fn >(f), t), t))) -> decltype(std::make_pair(std::invoke(std::forward< Fn >(f), t), t)) |
|
The documentation for this struct was generated from the following file: