Public Types

promote_traits< T, OP, U > Struct Template Reference

For two numeric types T and U with objects t and u respectively, the result type of t+u is returned. Default case: return the basic numeric type for ViennaMath. More...

#include <promote_traits.hpp>

Public Types

typedef default_numeric_type result_type

Detailed Description

template<typename T, typename OP, typename U>
struct viennamath::promote_traits< T, OP, U >

For two numeric types T and U with objects t and u respectively, the result type of t+u is returned. Default case: return the basic numeric type for ViennaMath.


Member Typedef Documentation


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