blaze::SizeTrait< T1, T2 > Struct Template Reference

Base template for the SizeTrait class.The SizeTrait class template evaluates the larger of the two given data types by use of the sizeof operator. SizeTrait defines the data types Large for the larger of the two given data types and Small for the smaller data type. In case both data types have the same size, the first given data type T1 is chosen as the large and T2 as the small data type. More...

#include <SizeTrait.h>

Detailed Description

template<typename T1, typename T2>
struct blaze::SizeTrait< T1, T2 >

Base template for the SizeTrait class.

The SizeTrait class template evaluates the larger of the two given data types by use of the sizeof operator. SizeTrait defines the data types Large for the larger of the two given data types and Small for the smaller data type. In case both data types have the same size, the first given data type T1 is chosen as the large and T2 as the small data type.


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