![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcheckedint_impl.h>
Public Types | |
| template<typename AInt> | |
| using | if_is_same_int = std::enable_if_t<std::is_same_v<Int, AInt>, bool> |
Public Member Functions | |
| QCheckedInt ()=default | |
| constexpr | QCheckedInt (Int i) noexcept |
| constexpr | operator Int () const noexcept |
| constexpr Int | value () const noexcept |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr void | setValue (AInt i) noexcept |
| constexpr Int & | as_underlying () &noexcept |
| constexpr const Int & | as_underlying () const &noexcept |
| constexpr Int && | as_underlying () &&noexcept |
| constexpr const Int && | as_underlying () const &&noexcept |
| constexpr QCheckedInt | operator+ () const noexcept |
| constexpr QCheckedInt | operator- () const |
| constexpr QCheckedInt & | operator++ () |
| constexpr QCheckedInt | operator++ (int) |
| constexpr QCheckedInt & | operator-- () |
| constexpr QCheckedInt | operator-- (int) |
| constexpr QCheckedInt & | operator+= (QCheckedInt other) |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr QCheckedInt & | operator+= (AInt other) |
| constexpr QCheckedInt & | operator-= (QCheckedInt other) |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr QCheckedInt & | operator-= (AInt other) |
| constexpr QCheckedInt & | operator*= (QCheckedInt other) |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr QCheckedInt & | operator*= (AInt other) |
| constexpr QCheckedInt & | operator/= (QCheckedInt other) |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr QCheckedInt & | operator/= (AInt other) |
Friends | |
| constexpr QCheckedInt | operator+ (QCheckedInt lhs, QCheckedInt rhs) |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr QCheckedInt | operator+ (QCheckedInt lhs, AInt rhs) |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr QCheckedInt | operator+ (AInt lhs, QCheckedInt rhs) |
| constexpr QCheckedInt | operator- (QCheckedInt lhs, QCheckedInt rhs) |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr QCheckedInt | operator- (QCheckedInt lhs, AInt rhs) |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr QCheckedInt | operator- (AInt lhs, QCheckedInt rhs) |
| constexpr QCheckedInt | operator* (QCheckedInt lhs, QCheckedInt rhs) |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr QCheckedInt | operator* (QCheckedInt lhs, AInt rhs) |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr QCheckedInt | operator* (AInt lhs, QCheckedInt rhs) |
| constexpr QCheckedInt | operator/ (QCheckedInt lhs, QCheckedInt rhs) |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr QCheckedInt | operator/ (QCheckedInt lhs, AInt rhs) |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr QCheckedInt | operator/ (AInt lhs, QCheckedInt rhs) |
| constexpr bool | comparesEqual (QCheckedInt lhs, QCheckedInt rhs) noexcept |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr bool | comparesEqual (QCheckedInt lhs, AInt rhs) noexcept |
| constexpr Qt::strong_ordering | compareThreeWay (QCheckedInt lhs, QCheckedInt rhs) noexcept |
| template<typename AInt, if_is_same_int< AInt > = true> | |
| constexpr Qt::strong_ordering | compareThreeWay (QCheckedInt lhs, AInt rhs) noexcept |
Definition at line 76 of file qcheckedint_impl.h.
| using QtPrivate::QCheckedIntegers::QCheckedInt< Int, Impl, FailureReportPolicy >::if_is_same_int = std::enable_if_t<std::is_same_v<Int, AInt>, bool> |
Definition at line 85 of file qcheckedint_impl.h.
|
default |
|
inlineexplicitconstexprnoexcept |
Definition at line 89 of file qcheckedint_impl.h.
|
inlineconstexprnoexcept |
Definition at line 106 of file qcheckedint_impl.h.
|
inlineconstexprnoexcept |
Definition at line 104 of file qcheckedint_impl.h.
|
inlineconstexprnoexcept |
Definition at line 107 of file qcheckedint_impl.h.
|
inlineconstexprnoexcept |
Definition at line 105 of file qcheckedint_impl.h.
|
inlineexplicitconstexprnoexcept |
Definition at line 94 of file qcheckedint_impl.h.
|
inlineconstexpr |
Definition at line 238 of file qcheckedint_impl.h.
|
inlineconstexpr |
Definition at line 232 of file qcheckedint_impl.h.
|
inlineconstexprnoexcept |
Definition at line 110 of file qcheckedint_impl.h.
|
inlineconstexpr |
Definition at line 119 of file qcheckedint_impl.h.
|
inlineconstexpr |
Definition at line 126 of file qcheckedint_impl.h.
|
inlineconstexpr |
Definition at line 174 of file qcheckedint_impl.h.
|
inlineconstexpr |
Definition at line 168 of file qcheckedint_impl.h.
|
inlineconstexpr |
Definition at line 111 of file qcheckedint_impl.h.
|
inlineconstexpr |
Definition at line 133 of file qcheckedint_impl.h.
|
inlineconstexpr |
Definition at line 140 of file qcheckedint_impl.h.
|
inlineconstexpr |
Definition at line 206 of file qcheckedint_impl.h.
|
inlineconstexpr |
Definition at line 200 of file qcheckedint_impl.h.
|
inlineconstexpr |
Definition at line 270 of file qcheckedint_impl.h.
|
inlineconstexpr |
Definition at line 264 of file qcheckedint_impl.h.
|
inlineconstexprnoexcept |
Definition at line 102 of file qcheckedint_impl.h.
|
inlineconstexprnoexcept |
Definition at line 100 of file qcheckedint_impl.h.
|
friend |
Definition at line 284 of file qcheckedint_impl.h.
|
friend |
Definition at line 278 of file qcheckedint_impl.h.
|
friend |
Definition at line 295 of file qcheckedint_impl.h.
|
friend |
Definition at line 289 of file qcheckedint_impl.h.
|
friend |
Definition at line 227 of file qcheckedint_impl.h.
|
friend |
Definition at line 221 of file qcheckedint_impl.h.
|
friend |
Definition at line 212 of file qcheckedint_impl.h.
|
friend |
Definition at line 163 of file qcheckedint_impl.h.
|
friend |
Definition at line 157 of file qcheckedint_impl.h.
|
friend |
Definition at line 148 of file qcheckedint_impl.h.
|
friend |
Definition at line 195 of file qcheckedint_impl.h.
|
friend |
Definition at line 189 of file qcheckedint_impl.h.
|
friend |
Definition at line 180 of file qcheckedint_impl.h.
|
friend |
Definition at line 259 of file qcheckedint_impl.h.
|
friend |
Definition at line 253 of file qcheckedint_impl.h.
|
friend |
Definition at line 244 of file qcheckedint_impl.h.