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