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

Functor checking if a gid tuple is invalid. More...

Public Member Functions

template<class TUPLE >
bool operator() (TUPLE const &t) const
 

Public Types

typedef size_t gid_type
 

Detailed Description

template<int N>
struct stapl::is_invalid_gid< N >

Functor checking if a gid tuple is invalid.

Template Parameters
Nlast index of a gid tuple.

Member Function Documentation

◆ operator()()

template<int N>
template<class TUPLE >
bool stapl::is_invalid_gid< N >::operator() ( TUPLE const &  t) const
Parameters
tgid tuple.
Returns
true if invalid

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