Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
#include <identity_element.hpp>
Public Types | |
typedef Op::result_type | result_type |
the type of the identity is the same as the result tyupe of the operation |
Public Member Functions | |
result_type | operator() () const |
Yields the identitiy element. |
Definition at line 28 of file identity_element.hpp.
typedef Op::result_type result_type |
Definition at line 30 of file identity_element.hpp.
result_type operator() | ( | ) | const |