ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
ndarray::Promote< T1, T2, winner, is_complex > Class Template Reference

Metafunction to compute numeric promotions. More...

#include <types.h>

Detailed Description

template<typename T1, typename T2, bool winner = (NumericTraits<T1>::PRIORITY > NumericTraits<T2>::PRIORITY), bool is_complex = (NumericTraits<T1>::IsReal::value && NumericTraits<T2>::IsReal::value)>
class ndarray::Promote< T1, T2, winner, is_complex >

Metafunction to compute numeric promotions.


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