proxygen
folly::Ignore Struct Reference

#include <Traits.h>

Public Member Functions

 Ignore ()=default
 
template<class T >
constexpr Ignore (const T &)
 
template<class T >
const Ignoreoperator= (T const &) const
 

Detailed Description

Definition at line 377 of file Traits.h.

Constructor & Destructor Documentation

folly::Ignore::Ignore ( )
default
template<class T >
constexpr folly::Ignore::Ignore ( const T )
inline

Definition at line 380 of file Traits.h.

380 {}

Member Function Documentation

template<class T >
const Ignore& folly::Ignore::operator= ( T const &  ) const
inline

Definition at line 382 of file Traits.h.

382  {
383  return *this;
384  }

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