Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::protector< Bind > Struct Template Reference

Public Member Functions

template<typename... Ts>
auto operator() (Ts &&...ts) noexcept(noexcept(decltype(bind_(static_cast< Ts && >(ts)...))(bind_(static_cast< Ts && >(ts)...)))) -> decltype(bind_(static_cast< Ts && >(ts)...))
 
template<typename... Ts>
auto operator() (Ts &&...ts) noexcept(noexcept(decltype(CPP_AUTO_FUN_RETURNS_const,)(CPP_AUTO_FUN_RETURNS_const,))) -> decltype(CPP_AUTO_FUN_RETURNS_const,)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
 protector (Bind b)