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