proxygen
Launder.h File Reference
#include <new>
#include <folly/CPortability.h>
#include <folly/Portability.h>

Go to the source code of this file.

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Functions

template<typename T >
FOLLY_NODISCARD Tfolly::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