proxygen
folly::pushmi::detail::as_const_fn Struct Reference

#include <traits.h>

Public Member Functions

template<class T >
constexpr const Toperator() (T &t) const noexcept
 

Detailed Description

Definition at line 225 of file traits.h.

Member Function Documentation

template<class T >
constexpr const T& folly::pushmi::detail::as_const_fn::operator() ( T t) const
inlinenoexcept

Definition at line 227 of file traits.h.

References folly::pushmi::detail::as_const, and folly::pushmi::detail::t.

227  {
228  return t;
229  }

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