proxygen
folly::detail::MetaFlip< Fn > Struct Template Reference

#include <TypeList.h>

Public Types

template<class A , class B >
using apply = MetaApply< Fn, B, A >
 

Detailed Description

template<class Fn>
struct folly::detail::MetaFlip< Fn >

Given a binary metafunction class, convert it to another binary metafunction class with the argument order reversed.

Definition at line 334 of file TypeList.h.

Member Typedef Documentation

template<class Fn >
template<class A , class B >
using folly::detail::MetaFlip< Fn >::apply = MetaApply<Fn, B, A>

Definition at line 336 of file TypeList.h.


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