Boost GIL


Public Types | Public Member Functions | List of all members
plus_asymmetric< T1, T2 > Struct Template Reference

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

#include <utilities.hpp>

Public Types

typedef T1 first_argument_type
 
typedef T2 second_argument_type
 
typedef T1 result_type
 

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.


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