16 #include <cerata/api.h>
18 #include "fletchgen/external.h"
19 #include "fletchgen/status.h"
23 auto external() -> std::optional<std::shared_ptr<cerata::Type>> {
24 auto opt = cerata::default_type_pool()->Get(
"_external");
26 return opt.value()->shared_from_this();
Contains all classes and functions related to Fletchgen.