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

Maps a non-integral input dtype to the same result dtype. More...

#include <Math.hpp>

Public Types

using type = std::remove_cvref_t< T >
 Result dtype for a standard unary math operation.
 

Detailed Description

template<typename T>
struct stratax::core::math_detail::MathResult< T >

Maps a non-integral input dtype to the same result dtype.

Definition at line 38 of file Math.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using stratax::core::math_detail::MathResult< T >::type = std::remove_cvref_t<T>

Result dtype for a standard unary math operation.

Definition at line 41 of file Math.hpp.


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