Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

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

Combined type. More...

#include <typedefs.hh>

List of all members.

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


Member Typedef Documentation

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

Definition at line 118 of file typedefs.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)