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

Reflects the identity value for the given operation and operand types. More...

Public Member Functions

 BOOST_STATIC_ASSERT_MSG (sizeof(Operator)==0, "Need to define identity_value specialization for operator / operand pair.")
 

Detailed Description

template<typename Operator, typename Operand>
struct stapl::identity_value< Operator, Operand >

Reflects the identity value for the given operation and operand types.

Template Parameters
OperatorThe operation type for which the identity value is valid.
OperandThe operand type from whose domain the identity value is taken.

Primary template unconditionally statically asserts, as means a valid specialization for the Operator/Operand pair is not defined.


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