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

Preserves the dtype of a real absolute-value operation. More...

#include <Math.hpp>

Public Types

using type = std::remove_cvref_t< T >
 Absolute-value result dtype.
 

Detailed Description

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

Preserves the dtype of a real absolute-value operation.

Definition at line 94 of file Math.hpp.

Member Typedef Documentation

◆ type

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

Absolute-value result dtype.

Definition at line 97 of file Math.hpp.


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