Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::Combtype< F, G > Struct Template Reference

#include <typedefs.hh>

Public Types

typedeftype
 

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 138 of file typedefs.hh.

Member Typedef Documentation

◆ type

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

Definition at line 139 of file typedefs.hh.


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