![]() |
Qt 6.x
The Qt SDK
|
#include <qmath.h>
Collaboration diagram for QtPrivate::QHypotHelper< T >:Public Member Functions | |
| QHypotHelper (T first) | |
| T | result () const |
| template<typename F , typename ... Fs> | |
| auto | add (F first, Fs... rest) const |
| template<typename F , typename R = typename QHypotType<T, F>::type> | |
| QHypotHelper< R > | add (F next) const |
Friends | |
| template<typename F > | |
| class | QHypotHelper |
|
inline |
|
inline |
Definition at line 119 of file qmath.h.
References QtPrivate::QHypotHelper< T >::add().
Referenced by QtPrivate::QHypotHelper< T >::add(), qHypot(), and qHypot().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 115 of file qmath.h.
References qIsFinite(), and qSqrt().
Here is the call graph for this function: