STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
Concurrency::details::_Accelerator_view_hasher Class Reference

#include <amprt.h>

Public Member Functions

size_t operator() (const accelerator_view &_Accl_view) const
 

Member Function Documentation

size_t Concurrency::details::_Accelerator_view_hasher::operator() ( const accelerator_view _Accl_view) const
inline
1572  {
1573  std::hash<_Accelerator_view_impl*> _HashFunctor;
1574  return _HashFunctor(_Accl_view._M_impl._Get_ptr());
1575  }

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