STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Related Functions
stapl::range_wrapper< Iterator, typename > Class Template Reference

Describes a range of const objects. More...

Related Functions

(Note that these are not member functions.)

template<typename InputIterator >
range_wrapper< InputIterator > make_range (InputIterator first, InputIterator last) noexcept
 Creates a wrapper over the range [first, last). More...
 
template<typename InputIterator , typename Size >
range_wrapper< InputIterator > make_range_n (InputIterator first, const Size count) noexcept
 Creates a wrapper over the range [first, first + n). More...
 

Detailed Description

template<typename Iterator, typename = void>
class stapl::range_wrapper< Iterator, typename >

Describes a range of const objects.

Template Parameters
IteratorContainer iterator type.

This range is used to that only a part of a container needs to be communicated.

See also
immutable_range_wrapper

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