identity_element< std::multiplies< T > > Struct Template Reference | ||||||||||||||
Public Types | |
| typedef T | result_type |
Public Member Functions | |
| result_type | operator() () const |
Detailed Description
template<typename T>
struct adobe::identity_element< std::multiplies< T > >
Definition at line 59 of file identity_element.hpp.
Member Typedef Documentation
| 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.

