#include <concepts>
#include <source_location>
#include <stdexcept>
#include <QObject>
#include "sllconfig.h"
Go to the source code of this file.
|
| void | LC::Util::detail::NotifyCastError (const QObject *object, const char *target, const std::source_location &loc) |
| |
| template<typename Target , std::derived_from< QObject > Src> |
| | LC::requires (!std::is_pointer_v< Target >) decltype(auto) qobject_ref_cast(Src *obj |
| |
| std::source_location std::derived_from< QObject > Src | LC::requires (!std::is_pointer_v< Target >) decltype(auto) qobject_ref_cast(Src &obj |
| |