|
| template<class E , class TP > |
| bool | folly::pushmi::operator< (const strand_item< E > &l, const strand_item< E > &r) |
| |
| template<class E , class TP > |
| bool | folly::pushmi::operator> (const strand_item< E > &l, const strand_item< E > &r) |
| |
| template<class E , class TP > |
| bool | folly::pushmi::operator== (const strand_item< E > &l, const strand_item< E > &r) |
| |
| template<class E , class TP > |
| bool | folly::pushmi::operator!= (const strand_item< E > &l, const strand_item< E > &r) |
| |
| template<class E , class TP > |
| bool | folly::pushmi::operator<= (const strand_item< E > &l, const strand_item< E > &r) |
| |
| template<class E , class TP > |
| bool | folly::pushmi::operator>= (const strand_item< E > &l, const strand_item< E > &r) |
| |
| requires Invocable< ExecutorFactory & > &&Executor< invoke_result_t< ExecutorFactory & > > &&ConcurrentSequence< invoke_result_t< ExecutorFactory & > > auto | folly::pushmi::strands (ExecutorFactory ef) |
| |
| requires Executor< Exec > &&ConcurrentSequence< Exec > auto | folly::pushmi::strands (Exec ex) |
| |