proxygen
PolyDetail.h File Reference
#include <functional>
#include <new>
#include <tuple>
#include <type_traits>
#include <typeinfo>
#include <utility>
#include <folly/Traits.h>
#include <folly/Utility.h>
#include <folly/detail/TypeList.h>
#include <folly/functional/Invoke.h>
#include <folly/lang/Exception.h>
#include <folly/PolyException.h>

Go to the source code of this file.

Classes

struct  folly::Poly< I >
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Macros

#define FOLLY_AUTO   class
 

Typedefs

template<class... Ts>
using folly::PolyMembers = detail::TypeList< Ts... >
 

Functions

template<class T , class I >
detail::AddCvrefOf< T, I > & folly::poly_cast (detail::PolyRoot< I > &)
 
template<class T , class I >
detail::AddCvrefOf< T, I > const & folly::poly_cast (detail::PolyRoot< I > const &)
 

Macro Definition Documentation

#define FOLLY_AUTO   class

Definition at line 69 of file PolyDetail.h.