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
qcheckedint_impl.h File Reference

(2b00e8635c986311065155b651446f6064a6afd2)

#include <QtCore/qassert.h>
#include <QtCore/qcompare.h>
#include <QtCore/qhashfunctions.h>
#include <QtCore/qnumeric.h>
#include <type_traits>
Include dependency graph for qcheckedint_impl.h:

Go to the source code of this file.

Classes

struct  QtPrivate::QCheckedIntegers::CheckIntTypeHelper< Int >
struct  QtPrivate::QCheckedIntegers::SafeCheckImpl< Int >
struct  QtPrivate::QCheckedIntegers::AssertReportPolicy
class  QtPrivate::QCheckedIntegers::QCheckedInt< Int, Impl, FailureReportPolicy >

Namespaces

namespace  QtPrivate
namespace  QtPrivate::QCheckedIntegers

Macros

#define Q_CHECKEDINT_POLICY_CHECK(cond, what)

Macro Definition Documentation

◆ Q_CHECKEDINT_POLICY_CHECK

#define Q_CHECKEDINT_POLICY_CHECK ( cond,
what )
Value:
FailureReportPolicy::check(cond, Q_FUNC_INFO, what)
#define Q_FUNC_INFO

Definition at line 80 of file qcheckedint_impl.h.