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.") | |
Reflects the identity value for the given operation and operand types.
| Operator | The operation type for which the identity value is valid. |
| Operand | The 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.
1.8.13