proxygen
folly::pushmi::time_queue_dispatch_pred_fn< E, TP > Class Template Reference

#include <time_source.h>

Public Member Functions

bool operator() (std::shared_ptr< time_source_queue_base< E, TP >> &q)
 

Detailed Description

template<class E, class TP>
class folly::pushmi::time_queue_dispatch_pred_fn< E, TP >

Definition at line 244 of file time_source.h.

Member Function Documentation

template<class E , class TP >
bool folly::pushmi::time_queue_dispatch_pred_fn< E, TP >::operator() ( std::shared_ptr< time_source_queue_base< E, TP >> &  q)
inline

Definition at line 246 of file time_source.h.

246  {
247  return !q->heap_.empty();
248  }

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