Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
binary_operation_obj< DERIVED, RESULT_T > Struct Template ReferenceA generic binary operation on views | |||||||||||||||||
Public Types | |
| typedef RESULT_T | result_type |
Public Member Functions | |
| result_type | operator() (const error_t &) const |
| template<typename V1, typename V2> | |
| GIL_FORCEINLINE result_type | operator() (const V1 &v1, const V2 &v2) const |
| template<typename V1, typename V2> | |
| GIL_FORCEINLINE result_type | operator() (const std::pair< const V1 *, const V2 * > &p) const |
Definition at line 83 of file gil/core/algorithm.hpp.