STLdoc
STLdocumentation
|
#include <xxamp.h>
Go to the source code of this file.
Namespaces | |
Concurrency | |
The Concurrency namespace provides classes and functions that provide access to the Concurrency Runtime, a concurrent programming framework for C++. For more information, see Concurrency Runtime. | |
Concurrency::details | |
Functions | |
template<int _Rank> | |
extent< _Rank > | Concurrency::details::_Get_extent_at_level_unsafe (const extent< _Rank > &_Base_extent, unsigned int _Level) __GPU |
template<> | |
extent< 1 > | Concurrency::details::_Get_extent_at_level_unsafe< 1 > (const extent< 1 > &_Base_extent, unsigned int _Level) __GPU |
template<> | |
extent< 2 > | Concurrency::details::_Get_extent_at_level_unsafe< 2 > (const extent< 2 > &_Base_extent, unsigned int _Level) __GPU |
template<> | |
extent< 3 > | Concurrency::details::_Get_extent_at_level_unsafe< 3 > (const extent< 3 > &_Base_extent, unsigned int _Level) __GPU |
template<int _Rank> | |
extent< _Rank > | Concurrency::details::_Get_extent_at_level (const extent< _Rank > &_Base_extent, unsigned int _Level) |