proxygen
Observer-pre.h File Reference

Go to the source code of this file.

Classes

struct  folly::observer_detail::NonSharedPtr< T >
 
struct  folly::observer_detail::NonSharedPtr< std::shared_ptr< T > >
 
struct  folly::observer_detail::UnwrapSharedPtr< T >
 
struct  folly::observer_detail::UnwrapSharedPtr< std::shared_ptr< T > >
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 folly::observer_detail
 

Typedefs

template<typename F >
using folly::observer_detail::ResultOf = typename NonSharedPtr< invoke_result_t< F >>::type
 
template<typename F >
using folly::observer_detail::ResultOfUnwrapSharedPtr = typename UnwrapSharedPtr< invoke_result_t< F >>::type