Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 95 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 95 of file qmath.h.


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