glucat 0.12.0
glucat::numeric_traits< Scalar_T >::promoted Struct Reference

Extra traits which extend numeric limits. More...

#include <promotion.h>

Public Types

using type = double
 
using type = long double
 

Detailed Description

template<typename Scalar_T>
struct glucat::numeric_traits< Scalar_T >::promoted

Extra traits which extend numeric limits.

Promoted type.

Promoted type for long double.

Promoted type for double

Definition at line 145 of file scalar.h.

Member Typedef Documentation

◆ type [1/2]

template<typename Scalar_T >
typedef double glucat::numeric_traits< Scalar_T >::promoted::type = double

Definition at line 72 of file promotion.h.

◆ type [2/2]

template<typename Scalar_T >
using glucat::numeric_traits< Scalar_T >::promoted::type = long double

Definition at line 86 of file promotion.h.


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