/** * Autogenerated by Thrift for thrift/compiler/test/fixtures/basic-structured-annotations/src/module.thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @nocommit */ #include "thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_constants.h" #include namespace test::fixtures::basic-structured-annotations { ::std::map<::std::string, ::std::string> const& module_constants::MyConst() { static folly::Indestructible<::std::map<::std::string, ::std::string>> const instance{ std::initializer_list<::std::map<::std::string, ::std::string>::value_type>{ { apache::thrift::StringTraits::fromStringLiteral("ENUMERATOR"), apache::thrift::StringTraits::fromStringLiteral("enum") }, { apache::thrift::StringTraits::fromStringLiteral("CONST"), apache::thrift::StringTraits::fromStringLiteral("const") } } }; return *instance; } } // namespace test::fixtures::basic-structured-annotations