proxygen
folly::detail::MetaBindFront< Fn, Ts > Struct Template Reference

#include <TypeList.h>

Public Types

template<class... Us>
using apply = MetaApply< Fn, Ts..., Us... >
 

Detailed Description

template<class Fn, class... Ts>
struct folly::detail::MetaBindFront< Fn, Ts >

Partially evaluate the metafunction class Fn by binding the arguments Ts... to the front of the argument list.

MetaApply<MetaBindFront<Fn, Ts...>, Us...> is equivalent to MetaApply<Fn, Ts..., Us...>.

Definition at line 242 of file TypeList.h.

Member Typedef Documentation

template<class Fn , class... Ts>
template<class... Us>
using folly::detail::MetaBindFront< Fn, Ts >::apply = MetaApply<Fn, Ts..., Us...>

Definition at line 244 of file TypeList.h.


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