/** * Autogenerated by Thrift for thrift/compiler/test/fixtures/complex-struct/src/module.thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @nocommit */ #pragma once #include #include "thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_types.h" namespace cpp2 { struct module_constants { static constexpr ::std::int32_t const DEFAULT_PORT_NUM_ = static_cast<::std::int32_t>(3456); static constexpr ::std::int32_t DEFAULT_PORT_NUM() { return DEFAULT_PORT_NUM_; } static ::cpp2::MyUnion const& constEnumUnion(); }; } // namespace cpp2