proxygen
Unit.h File Reference
#include <type_traits>

Go to the source code of this file.

Classes

struct  folly::Unit
 
struct  folly::lift_unit< T >
 
struct  folly::lift_unit< void >
 
struct  folly::drop_unit< T >
 
struct  folly::drop_unit< Unit >
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Typedefs

template<typename T >
using folly::lift_unit_t = typename lift_unit< T >::type
 
template<typename T >
using folly::drop_unit_t = typename drop_unit< T >::type
 

Variables

constexpr Unit folly::unit {}