Horizon
Loading...
Searching...
No Matches
Public Types | List of all members
meta::bind_front< Fn, Ts > Struct Template Reference

An invocable that partially applies the invocable Fn by binding the arguments Ts to the front of Fn. More...

#include <meta.hpp>

Public Types

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

Detailed Description

template<META_TYPE_CONSTRAINT(invocable) Fn, typename... Ts>
struct meta::bind_front< Fn, Ts >

An invocable that partially applies the invocable Fn by binding the arguments Ts to the front of Fn.


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