ReactOS 0.4.15-dev-7842-g558ab78
multiplies< _Tp > Struct Template Reference

#include <_function_base.h>

Inheritance diagram for multiplies< _Tp >:
Collaboration diagram for multiplies< _Tp >:

Public Member Functions

_Tp operator() (const _Tp &__x, const _Tp &__y) const
 

Additional Inherited Members

- Public Types inherited from binary_function< _Tp, _Tp, _Tp >
typedef _Tp first_argument_type
 
typedef _Tp second_argument_type
 
typedef _Tp result_type
 
- Protected Member Functions inherited from binary_function< _Tp, _Tp, _Tp >
 ~binary_function ()
 

Detailed Description

template<class _Tp>
struct multiplies< _Tp >

Definition at line 134 of file _function_base.h.

Member Function Documentation

◆ operator()()

template<class _Tp >
_Tp multiplies< _Tp >::operator() ( const _Tp &  __x,
const _Tp &  __y 
) const
inline

Definition at line 135 of file _function_base.h.

135{ return __x * __y; }

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