10#include "Refureku/TypeInfo/Entity/Entity.h"
11#include "Refureku/TypeInfo/Type.h"
21 Entity const* outerEntity =
nullptr)
noexcept;
31 RFK_NODISCARD REFUREKU_API
Type const&
getType() const noexcept;
35 class FunctionParameterImpl;
37 RFK_GEN_GET_PIMPL(FunctionParameterImpl,
Entity::getPimpl())
Definition: FunctionParameter.h:16
RFK_NODISCARD REFUREKU_API Type const & getType() const noexcept
Get the type of the function parameter.
Definition: Allocator.h:16