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

#include <TypeList.h>

Public Types

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

Detailed Description

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

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

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

Definition at line 255 of file TypeList.h.

Member Typedef Documentation

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

Definition at line 257 of file TypeList.h.


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