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

Description

template<typename F, typename... Ts>
struct meta::bind_front< F, Ts >

A Callable that partially applies the Callable F by binding the arguments Ts to the front of F.

Public Types

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