HCC
HCC is a single-source, C/C++ compiler for heterogeneous computing. It's optimized with HSA (http://www.hsafoundation.com/).
Public Types | Static Public Attributes | List of all members
hc::__is_container< T > Struct Template Reference
Collaboration diagram for hc::__is_container< T >:
Collaboration graph

Public Types

using _T = typename std::remove_reference< T >::type
 

Static Public Attributes

static const bool value = __has_size<_T>::value && __has_data<_T>::value
 

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