STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::metadata::detail::compare_size< std::pair< bool, T > > Class Template Reference

Unary functor comparing member to input parameter's size method. True if values (representing sizes) are the same or the parameter's size is tagged as infinite. More...

Public Member Functions

 compare_size (std::pair< bool, T > const &md)
 
template<typename Partition >
bool operator() (Partition const &p) const
 

Public Types

typedef bool result_type
 

Detailed Description

template<typename T>
class stapl::metadata::detail::compare_size< std::pair< bool, T > >

Unary functor comparing member to input parameter's size method. True if values (representing sizes) are the same or the parameter's size is tagged as infinite.

Specialization to handle case where metadata containers are passed with a boolean indicating if they are fixed size.


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