Range-v3
Range algorithms, views, and actions for the Standard Library
meta::bind_back< F, Us > Struct Template Reference

Description

template<typename F, typename... Us>
struct meta::bind_back< F, Us >

A Callable that partially applies the Callable F by binding the arguments Us to the back of F.

Public Types

template<typename... Ts>
using invoke = invoke< F, Ts..., Us... >