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

Description

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

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

Public Types

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