momiji

m68k emulator infrastructure

About Source code

Table of contents

as<To>

Defined in header <momiji/System.h>


[[nodiscard]] To* as() (1)
Reinterpret casts the address of the stored value to an arbitrary pointer of type "To".
  1. Parameters:
    • [T] To : The raw type to cast to.
    Returns: A pointer to the address of the stored value, reinterpret to the type "To".

THIS FUNCTIONS IS UNSAFE, USE WITH CARE.