STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::runtime::is_contiguous_iterator< T > Struct Template Reference

If T is an iterator to a container that its elements are in contiguous space it is equivalent to std::true_type, for any other iterator it is std::false_type. More...

Detailed Description

template<typename T>
struct stapl::runtime::is_contiguous_iterator< T >

If T is an iterator to a container that its elements are in contiguous space it is equivalent to std::true_type, for any other iterator it is std::false_type.


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