STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::runtime::any_range< T > Class Template Reference

Type erased range of const objects with associated size information. More...

Public Member Functions

template<typename U >
 any_range (U &&u)
 
template<typename U >
 any_range (U &&u, const size_type size)
 
bool empty (void) const noexcept
 
size_type size (void) const
 
const_iterator begin (void) const noexcept
 
const_iterator end (void) const noexcept
 

Public Types

using size_type = std::size_t
 
using const_iterator = typename range_type::const_iterator
 
using iterator = const_iterator
 

Detailed Description

template<typename T>
class stapl::runtime::any_range< T >

Type erased range of const objects with associated size information.

Template Parameters
TRange object type.

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