TECA
The Toolkit for Extreme Climate Analysis
teca_type_select::elevate< t1, t2 > Struct Template Reference

Select the higher precision type. More...

#include <teca_type_select.h>

Detailed Description

template<typename t1, typename t2>
struct teca_type_select::elevate< t1, t2 >

Select the higher precision type.

Given two arguments, an elevate cast, selects the type of or casts to the higher precision type. note that given a signed and unsigned argument, signed type is selected.

Template Parameters
t1first input type
t2second input type

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