|
template<class Fn1 , class Fn2 , class... Args> |
constexpr auto | operator() (Fn1 &&f1, Fn2 &&f2, Args &&... args) const noexcept(noexcept(std::invoke(std::forward< Fn1 >(f1), std::invoke(std::forward< Fn2 >(f2), std::forward< Args >(args)...)))) -> decltype(std::invoke(std::forward< Fn1 >(f1), std::invoke(std::forward< Fn2 >(f2), std::forward< Args >(args)...))) |
|
The documentation for this struct was generated from the following file: