Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::detail::plus_asymmetric< T1, T2 > Struct Template Reference

plus function object whose arguments may be of different type. More...

#include <utilities.hpp>

Inheritance diagram for boost::gil::detail::plus_asymmetric< T1, T2 >:
Collaboration diagram for boost::gil::detail::plus_asymmetric< T1, T2 >:

Public Member Functions

T1 operator() (T1 f1, T2 f2) const
 

Detailed Description

template<typename T1, typename T2>
struct boost::gil::detail::plus_asymmetric< T1, T2 >

plus function object whose arguments may be of different type.

Member Function Documentation

template<typename T1 , typename T2 >
T1 boost::gil::detail::plus_asymmetric< T1, T2 >::operator() ( T1  f1,
T2  f2 
) const
inline

The documentation for this struct was generated from the following file: