blob: da71d8bb9a8e3e021218ee640fca2c8cd3b17465 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
// fidl_experiment = output_index_json
#pragma once
#include <fidl/test.byteandbytes/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_byteandbytes::ByteAndBytes> {
static std::ostream& Format(std::ostream& os, const ::test_byteandbytes::ByteAndBytes& value);
};
namespace test_byteandbytes {
std::ostream& operator<<(std::ostream& os, const ::test_byteandbytes::ByteAndBytes& value);
} // namespace test_byteandbytes
#pragma clang diagnostic pop