STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::view_impl::use_view_as_reference< T, bool > Struct Template Reference

Reflecting whether for a given type T, a view should be used as a reference to it (in place of a proxy). True if T is a container and its traits class reflects enable_view_reference. More...

Detailed Description

template<typename T, bool = is_container<T>::value>
struct stapl::view_impl::use_view_as_reference< T, bool >

Reflecting whether for a given type T, a view should be used as a reference to it (in place of a proxy). True if T is a container and its traits class reflects enable_view_reference.


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