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

Deduction of a type common to several types. 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.

Deduction of a type common to several types.
Definition: CommonType.h:70

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