Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::protector< Bind > Member List

This is the complete list of members for ranges::protector< Bind >, including all inherited members.

operator()(Ts &&...ts) noexcept(noexcept(bind_(static_cast< Ts && >(ts)...))) -> decltype(bind_(static_cast< Ts && >(ts)...)) (defined in ranges::protector< Bind >)ranges::protector< Bind >
operator()(Ts &&...ts) const noexcept(noexcept(bind_(static_cast< Ts && >(ts)...))) -> decltype(bind_(static_cast< Ts && >(ts)...))ranges::protector< Bind >
protector()=default (defined in ranges::protector< Bind >)ranges::protector< Bind >
protector(Bind b) (defined in ranges::protector< Bind >)ranges::protector< Bind >