proxygen
folly::pushmi::detail::select< false > Struct Template Reference

#include <if_constexpr.h>

Classes

struct  eat
 

Public Member Functions

template<class T >
constexpr eat operator->* (T &&)
 

Detailed Description

template<>
struct folly::pushmi::detail::select< false >

Definition at line 185 of file if_constexpr.h.

Member Function Documentation

template<class T >
constexpr eat folly::pushmi::detail::select< false >::operator->* ( T &&  )
inline

Definition at line 193 of file if_constexpr.h.

193  {
194  return {};
195  }

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