Meta  0.1
A tiny metaprogramming 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.

Definition at line 696 of file meta.hpp.