|
proxygen
|
Go to the source code of this file.
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
Functions | |
| template<typename T > | |
| FOLLY_NODISCARD T * | folly::launder (T *in) noexcept |
| void | folly::launder (void *)=delete |
| void | folly::launder (void const *)=delete |
| void | folly::launder (void volatile *)=delete |
| void | folly::launder (void const volatile *)=delete |
| template<typename T , typename... Args> | |
| void | folly::launder (T(*)(Args...))=delete |