Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtPrivate::QHypotType< R, qfloat16 > Struct Template Reference

#include <qfloat16.h>

+ Inheritance diagram for QtPrivate::QHypotType< R, qfloat16 >:
+ Collaboration diagram for QtPrivate::QHypotType< R, qfloat16 >:

Public Types

using type = std::conditional_t<std::is_floating_point_v<R>, R, double>
 

Detailed Description

template<typename R>
struct QtPrivate::QHypotType< R, qfloat16 >

Definition at line 432 of file qfloat16.h.

Member Typedef Documentation

◆ type

template<typename R >
using QtPrivate::QHypotType< R, qfloat16 >::type = std::conditional_t<std::is_floating_point_v<R>, R, double>

Definition at line 434 of file qfloat16.h.


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