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
qioring.cpp File Reference

(a9531dc3221998e9f8df28701ad41a9125d4169c)

#include "qioring_p.h"
#include <QtCore/q26numeric.h>
#include "moc_qioring_p.cpp"
Include dependency graph for qioring.cpp:

Go to the source code of this file.

Namespaces

namespace  QtPrivate

Typedefs

template<typename T>
using QtPrivate::DetectResult = decltype(std::declval<const T &>().result)

Variables

template<typename T>
constexpr bool QtPrivate::HasResultMember = qxp::is_detected_v<DetectResult, T>