blob: 27973b8c1105c95d78fffb3ded7e2cd4257279f0 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
// fidl_experiment = output_index_json
#pragma once
#include <fidl/test.middle/cpp/natural_ostream.h>
#include <fidl/test.transitivedependencies/cpp/natural_types.h>
#include <lib/fidl/cpp/natural_ostream.h>
#include <iostream>
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wshadow"
template <>
struct fidl::ostream::Formatter<::test_transitivedependencies::Baz> {
static std::ostream& Format(std::ostream& os, const ::test_transitivedependencies::Baz& value);
};
namespace test_transitivedependencies {
std::ostream& operator<<(std::ostream& os, const ::test_transitivedependencies::Baz& value);
} // namespace test_transitivedependencies
#ifdef __Fuchsia__
#endif // __Fuchsia__
#pragma clang diagnostic pop