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< Indirect > Member List

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

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