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