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
QVariant::ConstPointer< Pointed > Member List

This is the complete list of members for QVariant::ConstPointer< Pointed >, including all inherited members.

ConstPointer(const Pointed &pointed) noexcept(std::is_nothrow_copy_constructible_v< Pointed >)QVariant::ConstPointer< Pointed >inlineexplicit
ConstPointer(Pointed &&pointed) noexcept(std::is_nothrow_move_constructible_v< Pointed >)QVariant::ConstPointer< Pointed >inlineexplicit
operator*() const noexcept(std::is_nothrow_copy_constructible_v< Pointed >)QVariant::ConstPointer< Pointed >inline