STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | Public Attributes | List of all members
Concurrency::details::_Is_container< _Container > Struct Template Reference

#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
 

Member Function Documentation

template<typename _Container >
template<class _Uty >
static auto Concurrency::details::_Is_container< _Container >::_Fn ( _Uty  _Val,
decltype(_Val.size(), _Val.data(), 0)   
) -> std::true_type
static
template<typename _Container >
template<class _Uty >
static auto Concurrency::details::_Is_container< _Container >::_Fn ( _Uty  _Val,
  ... 
) -> std::false_type
static

Member Data Documentation

template<typename _Container >
decltype(_Fn(std::declval<_Container>(),0)) typedef Concurrency::details::_Is_container< _Container >::type

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