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

#include <amp_graphics.h>

Static Public Member Functions

template<class _Uty >
static auto _Fn (_Uty _Val, decltype(*_Val,++_Val, 0)) -> std::true_type
 
template<class _Uty >
static auto _Fn (_Uty _Val,...) -> std::false_type
 

Static Public Attributes

static constexpr bool value = decltype(_Fn(std::declval<_Iterator>(),0))::value
 

Member Function Documentation

template<typename _Iterator >
template<class _Uty >
static auto Concurrency::graphics::details::_Is_iterator< _Iterator >::_Fn ( _Uty  _Val,
decltype *,++,  0_Val 
) -> std::true_type
static
template<typename _Iterator >
template<class _Uty >
static auto Concurrency::graphics::details::_Is_iterator< _Iterator >::_Fn ( _Uty  _Val,
  ... 
) -> std::false_type
static

Member Data Documentation

template<typename _Iterator >
constexpr bool Concurrency::graphics::details::_Is_iterator< _Iterator >::value = decltype(_Fn(std::declval<_Iterator>(),0))::value
static

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