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, F > Struct Template Reference

#include <qmath.h>

+ Collaboration diagram for QtPrivate::QHypotType< R, F >:

Public Types

using type = decltype(std::hypot(R(1), F(1)))
 

Detailed Description

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

Definition at line 104 of file qmath.h.

Member Typedef Documentation

◆ type

template<typename R , typename F >
using QtPrivate::QHypotType< R, F >::type = decltype(std::hypot(R(1), F(1)))

Definition at line 104 of file qmath.h.


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