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

Range of location ids. More...

Public Member Functions

 location_range_wrapper (T t)
 
bool has_invalid (const value_type max) const noexcept
 Returns true if any of the location ids in the range exceeds max.
 
bool empty (void) const noexcept
 
size_type size (void) const noexcept
 
T const & get (void) const noexcept
 
const_iterator begin (void) const noexcept
 
const_iterator end (void) const noexcept
 

Public Types

using size_type = typename T::size_type
 
using const_iterator = typename T::const_iterator
 
using value_type = runtime::location_id
 

Detailed Description

template<typename T>
class stapl::location_range_wrapper< T >

Range of location ids.

Template Parameters
TRange container type.

()

See also
location_range

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