proxygen
folly::gen::detail::Empty< Value > Class Template Reference

#include <Base-inl.h>

Inheritance diagram for folly::gen::detail::Empty< Value >:
folly::gen::GenImpl< Value, Empty< Value > > folly::gen::FBounded< Self >

Public Member Functions

template<class Handler >
bool apply (Handler &&) const
 
template<class Body >
void foreach (Body &&) const
 
- Public Member Functions inherited from folly::gen::GenImpl< Value, Empty< Value > >
bool apply (Handler &&handler) const
 
void foreach (Body &&body) const
 
- Public Member Functions inherited from folly::gen::FBounded< Self >
const Self & self () const
 
Self & self ()
 

Static Public Attributes

static constexpr bool infinite = false
 
- Static Public Attributes inherited from folly::gen::GenImpl< Value, Empty< Value > >
static constexpr bool infinite
 

Additional Inherited Members

- Public Types inherited from folly::gen::GenImpl< Value, Empty< Value > >
typedef Value ValueType
 
typedef std::decay< Value >::type StorageType
 
- Protected Member Functions inherited from folly::gen::GenImpl< Value, Empty< Value > >
 GenImpl ()=default
 
 GenImpl (GenImpl &&)=default
 
 GenImpl (const GenImpl &)=default
 
GenImploperator= (GenImpl &&)=default
 
GenImploperator= (const GenImpl &)=default
 

Detailed Description

template<class Value>
class folly::gen::detail::Empty< Value >

Definition at line 435 of file Base-inl.h.

Member Function Documentation

template<class Value >
template<class Handler >
bool folly::gen::detail::Empty< Value >::apply ( Handler &&  ) const
inline

Definition at line 438 of file Base-inl.h.

438  {
439  return true;
440  }
template<class Value >
template<class Body >
void folly::gen::detail::Empty< Value >::foreach ( Body &&  ) const
inline

Definition at line 443 of file Base-inl.h.

443 {}

Member Data Documentation

template<class Value >
constexpr bool folly::gen::detail::Empty< Value >::infinite = false
static

Definition at line 446 of file Base-inl.h.


The documentation for this class was generated from the following file: