Range-v3
Range algorithms, views, and actions for the Standard Library
Public Types
|
List of all members
meta::bind_front< F, Ts > Struct Template Reference
Meta
»
Trait
»
Composition
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... >
meta
bind_front
Generated by
1.8.13