blob: 19ed4870a73eaec18bd3daa1218d48d763d66897 [file]
// WARNING: This file is machine generated by fidlgen.
// fidl_experiment = no_optional_structs
// fidl_experiment = output_index_json
// fidl_experiment = simple_empty_response_syntax
// fidl_experiment = unknown_interactions
#pragma once
#include <fidl/test.escaping/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_escaping::DocCommentWithQuotes> {
static std::ostream& Format(std::ostream& os, const ::test_escaping::DocCommentWithQuotes& value);
};
namespace test_escaping {
std::ostream& operator<<(std::ostream& os, const ::test_escaping::DocCommentWithQuotes& value);
} // namespace test_escaping
#pragma clang diagnostic pop