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

Definition at line 706 of file meta.hpp.