Blaze  3.6
blaze::CommonType< T > Struct Template Reference

Deduction of a type common to several types.The CommonType type trait deduces the result type of a mixed-mode arithmetic expression between all types T..., that is the type all T... can be implicitly converted to. Note that cv and reference qualifiers are generally ignored. More...

#include <CommonType.h>

Detailed Description

template<typename... T>
struct blaze::CommonType< T >

Deduction of a type common to several types.

The CommonType type trait deduces the result type of a mixed-mode arithmetic expression between all types T..., that is the type all T... can be implicitly converted to. Note that cv and reference qualifiers are generally ignored.


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