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

#include <if_constexpr.h>

Public Member Functions

template<class T >
constexpr auto operator->* (T &&t) -> decltype(auto)
 

Detailed Description

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

Definition at line 186 of file if_constexpr.h.

Member Function Documentation

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

Definition at line 188 of file if_constexpr.h.

References folly::pushmi::detail::t.

188  {
189  return t(::folly::pushmi::detail::id_fn{});
190  }

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