|
template<class _Ty1 , class _Ty2 > |
constexpr auto | operator() (_Ty1 &&_Left, _Ty2 &&_Right) const -> decltype(static_cast< _Ty1 && >(_Left)*static_cast< _Ty2 && >(_Right)) |
|
template<class _Ty1 , class _Ty2 >
constexpr auto multiplies< void >::operator() |
( |
_Ty1 && |
_Left, |
|
|
_Ty2 && |
_Right |
|
) |
| const -> decltype(static_cast<_Ty1&&>(_Left)
* static_cast<_Ty2&&>(_Right))
|
|
inline |
289 return (static_cast<_Ty1&&>(
_Left)
290 * static_cast<_Ty2&&>(
_Right));
constexpr const _Ty &() _Left
Definition: algorithm:3590
constexpr const _Ty &() _Right
Definition: algorithm:3591
The documentation for this struct was generated from the following file: