Go to the source code of this file.
|
| template<class First , class Second > |
| auto | folly::pushmi::entangle (First f, Second s) -> entangled_pair< First, Second > |
| |
| template<class T , class Dual > |
| locked_entangled_pair< T, Dual > | folly::pushmi::lock_both (entangled< T, Dual > &e) |
| |
| template<class First , class Second > |
| auto | folly::pushmi::shared_entangle (First f, Second s) -> shared_entangled_pair< First, Second > |
| |
| template<class T , class Dual > |
| locked_shared_entangled_pair< T, Dual > | folly::pushmi::lock_both (shared_entangled< T, Dual > &e) |
| |