Function exact_cast

#include <Geode/utils/casts.hpp>template<class T,class F>Texact_cast()

Cast based on RTTI. This is used to check if an object is exactly the class needed. Returns nullptr on failure.

Examples0