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

#include <boosters.h>

Inherits Fn.

Public Member Functions

constexpr on_done_fn ()=default
 
constexpr on_done_fn (Fn fn)
 

Detailed Description

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

Definition at line 278 of file boosters.h.

Constructor & Destructor Documentation

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

Definition at line 280 of file boosters.h.

280 : 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: