mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
m::common_type< T, U > Struct Template Reference

Computes the common type of. More...

Detailed Description

template<typename T, typename U>
struct m::common_type< T, U >

Computes the common type of.

Template Parameters
Tand
U.Note that our implementation – in contrast to std::common_type – does not provide a common type for types of different signedness and also differs considerably in the common type of integral types.

Definition at line 69 of file concepts.hpp.


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