QtBase  v6.3.1
Public Types | List of all members
QtPrivate::QHypotType< R, F > Struct Template Reference

#include <qmath.h>

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 140 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 140 of file qmath.h.


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