STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::detail::binary_negate_helper< Predicate, bool > Struct Template Reference

Base class for binary_negate the reflects the type first_argument_type and second_argument_type if they are defined in the template. It's assumed that the two argument type parameters either both exist or both do not, so we only check for first_argument_type. More...

Detailed Description

template<typename Predicate, bool = has_first_argument_type<Predicate>::value>
struct stapl::detail::binary_negate_helper< Predicate, bool >

Base class for binary_negate the reflects the type first_argument_type and second_argument_type if they are defined in the template. It's assumed that the two argument type parameters either both exist or both do not, so we only check for first_argument_type.


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