concepts::Combtype< F, G > Struct Template Reference

Combined type. More...

#include <typedefs.hh>

Public Types

typedef F type
 

Detailed Description

template<typename F, typename G>
struct concepts::Combtype< F, G >

Combined type.

Result type when multiplying or adding two values of type F and G.

Should be defined for all classes, which can be multiplied or added.

Definition at line 135 of file typedefs.hh.

Member Typedef Documentation

◆ type

template<typename F , typename G >
typedef F concepts::Combtype< F, G >::type

Definition at line 136 of file typedefs.hh.


The documentation for this struct 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