STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::local_accessor_traits< C > Struct Template Reference

Type metafunction to allow base containers to specify a different iterator type than their basic reflected type. Used in matrix base container when immediate iterator is a row iterator. More...

Public Types

using iterator = typename container_traits< C >::container_type::iterator
 

Detailed Description

template<typename C>
struct stapl::local_accessor_traits< C >

Type metafunction to allow base containers to specify a different iterator type than their basic reflected type. Used in matrix base container when immediate iterator is a row iterator.


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