Stratax 0.3.1
Loading...
Searching...
No Matches
stratax::core::Promote< T, T > Struct Template Reference

Preserves a dtype when both operands have the same supported dtype. More...

#include <Promotion.hpp>

Public Types

using type = T

Detailed Description

template<typename T>
requires requires { typename DTypeTraits<T>::type; DTypeTraits<T>::kind; }
struct stratax::core::Promote< T, T >

Preserves a dtype when both operands have the same supported dtype.

Definition at line 32 of file Promotion.hpp.

Member Typedef Documentation

◆ type

template<typename T>
using stratax::core::Promote< T, T >::type = T

Definition at line 34 of file Promotion.hpp.


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