Horizon
Loading...
Searching...
No Matches
meta::bind_back< Fn, Us > Struct Template Reference

An invocable that partially applies the invocable Fn by binding the arguments Us to the back of Fn. More...

#include <meta.hpp>

Public Types

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

Detailed Description

template<META_TYPE_CONSTRAINT(invocable) Fn, typename... Us>
struct meta::bind_back< Fn, Us >

An invocable that partially applies the invocable Fn by binding the arguments Us to the back of Fn.


The documentation for this struct was generated from the following file: