STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
Concurrency::details::_contains< _EXT, _IDX, _R > Struct Template Reference

#include <xxamp.h>

Static Public Member Functions

static bool func (const _EXT &_Ext, const _IDX &_Idx) __GPU
 

Member Function Documentation

template<typename _EXT , typename _IDX , int _R>
static bool Concurrency::details::_contains< _EXT, _IDX, _R >::func ( const _EXT &  _Ext,
const _IDX &  _Idx 
)
inlinestatic
713  {
714  for (int _I=0; _I<_R; _I++)
715  {
716  if ((_Idx[_I] < 0) | (_Idx[_I] >= _Ext[_I]))
717  return false;
718  }
719  return true;
720  }

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