proxygen
folly::pushmi::overload_fn< Fn > Struct Template Reference

#include <boosters.h>

Inheritance diagram for folly::pushmi::overload_fn< Fn >:
folly::pushmi::on_executor_fn< Fn > folly::pushmi::on_now_fn< Fn >

Public Member Functions

constexpr overload_fn ()=default
 
constexpr overload_fn (Fn fn)
 

Detailed Description

template<class Fn>
struct folly::pushmi::overload_fn< Fn >

Definition at line 206 of file boosters.h.

Constructor & Destructor Documentation

template<class Fn >
constexpr folly::pushmi::overload_fn< Fn >::overload_fn ( )
default
template<class Fn >
constexpr folly::pushmi::overload_fn< Fn >::overload_fn ( Fn  fn)
inlineexplicit

Definition at line 208 of file boosters.h.

209  : Fn(std::move(fn)) {}
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567

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