blob: 1c15d589c957be530fb15eeef96a79b3fbae04d4 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
// fidl_experiment = output_index_json
#include <fidl/test.importedconstvalues/cpp/natural_ostream.h>
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wshadow"
std::ostream& fidl::ostream::Formatter<::test_importedconstvalues::MyStruct>::Format(std::ostream& os, const ::test_importedconstvalues::MyStruct& value) {
os << "test_importedconstvalues::MyStruct";
os << "{ ";
os << "__reserved";
os << " = " << fidl::ostream::Formatted<uint8_t>(value.__reserved()) << ", ";
os << "}";
return os;
}
namespace test_importedconstvalues {
std::ostream& operator<<(std::ostream& os, const ::test_importedconstvalues::MyStruct& value) {
return fidl::ostream::Formatter<::test_importedconstvalues::MyStruct>::Format(os, value);
}
#pragma clang diagnostic pop
} // namespace test_importedconstvalues