Static Public Member Functions | |
template<typename... Ts, typename A = Action> | |
static constexpr auto | bind (Ts &&... ts) noexcept(noexcept(decltype(A::bind(static_cast< Ts &&>(ts)...))(A::bind(static_cast< Ts &&>(ts)...)))) -> decltype(A::bind(static_cast< Ts &&>(ts)...)) |