STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Concurrency
details
_contains
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
)
inline
static
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:
VS2017/inc/
xxamp.h
Generated on Sat Jul 22 2017 14:40:09 for STLdoc by
1.8.8