Sen API
Sen Libraries
Loading...
Searching...
No Matches
type_impl.h File Reference

Go to the source code of this file.

Macros

#define DECL_IS_TYPE_FUNC(type_name)

Macro Definition Documentation

◆ DECL_IS_TYPE_FUNC

#define DECL_IS_TYPE_FUNC ( type_name)
Value:
[[nodiscard]] inline bool is##type_name() const noexcept { return as##type_name() != nullptr; } \
[[nodiscard]] virtual const type_name* as##type_name() const noexcept { return nullptr; }