identity_element< std::multiplies< T > > Struct Template Reference specialization of identity_element for std::multiplies<T>
Detailed Descriptiontemplate<typename T>
|
typedef T result_type |
the type of the identity is the same as the result tyupe of the operation
Definition at line 62 of file identity_element.hpp.
Member Function Documentation
result_type operator() | ( | ) | const |
Yields the identitiy element for multiplication.
Definition at line 65 of file identity_element.hpp.