proxygen
std::hash< folly::f14::MoveOnlyTestInt > Struct Template Reference

#include <F14TestUtil.h>

Public Member Functions

std::size_t operator() (folly::f14::MoveOnlyTestInt const &val) const
 

Detailed Description

template<>
struct std::hash< folly::f14::MoveOnlyTestInt >

Definition at line 585 of file F14TestUtil.h.

Member Function Documentation

std::size_t std::hash< folly::f14::MoveOnlyTestInt >::operator() ( folly::f14::MoveOnlyTestInt const &  val) const
inline

Definition at line 586 of file F14TestUtil.h.

References folly::f14::MoveOnlyTestInt::x.

586  {
587  return val.x;
588  }
double val
Definition: String.cpp:273

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