Struct WeakIValue#
Defined in File ivalue.h
Page Contents
Struct Documentation#
-
struct WeakIValue#
Public Functions
-
WeakIValue() = default#
-
inline WeakIValue(const WeakIValue &rhs)#
-
inline WeakIValue(WeakIValue &&rhs) noexcept#
-
inline ~WeakIValue()#
-
inline WeakIValue &operator=(WeakIValue &&rhs) & noexcept#
-
inline WeakIValue &operator=(WeakIValue const &rhs) &#
-
inline void swap(WeakIValue &rhs) noexcept#
-
inline bool isSameIdentity(const WeakIValue &rhs) const#
-
inline size_t use_count() const noexcept#
-
inline size_t weak_use_count() const noexcept#
-
inline size_t hash() const#
-
WeakIValue() = default#