concepts::multiplies< F, G, H > Class Template Reference

#include <operations.hh>

Inheritance diagram for concepts::multiplies< F, G, H >:
concepts::OutputOperator

Public Member Functions

operator() (const F &x, const G &y) const
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream. More...
 

Detailed Description

template<class F, class G, class H>
class concepts::multiplies< F, G, H >

Definition at line 63 of file operations.hh.

Member Function Documentation

◆ info()

template<class F , class G , class H >
virtual std::ostream& concepts::multiplies< F, G, H >::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 69 of file operations.hh.

◆ operator()()

template<class F , class G , class H >
H concepts::multiplies< F, G, H >::operator() ( const F &  x,
const G &  y 
) const
inline

Definition at line 67 of file operations.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich