STLdoc
STLdocumentation
|
#include <amp.h>
Static Public Member Functions | |
template<class _Uty > | |
static auto | _Fn (_Uty _Val, decltype(_Val.size(), _Val.data(), 0)) -> std::true_type |
template<class _Uty > | |
static auto | _Fn (_Uty _Val,...) -> std::false_type |
Public Attributes | |
decltype(_Fn(std::declval< _Container >(), 0)) typedef | type |
|
static |
|
static |
decltype(_Fn(std::declval<_Container>(),0)) typedef Concurrency::details::_Is_container< _Container >::type |