File factory_keyword.h File List > builtin > factory_keyword.h Go to the documentation of this file #pragma once #include <string_view> namespace uipc::builtin { constexpr std::string_view __meta__ = "__meta__"; constexpr std::string_view __data__ = "__data__"; }