blob: 3d1ba87748efa351a559c0ff164f0ae6482f23e6 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
// fidl_experiment = output_index_json
#pragma once
#include <fidl/test.consts/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_consts::EnumType> {
static std::ostream& Format(std::ostream& os, const ::test_consts::EnumType& value);
};
template <>
struct fidl::ostream::Formatter<::test_consts::BitsType> {
static std::ostream& Format(std::ostream& os, const ::test_consts::BitsType& value);
};
namespace test_consts {
std::ostream& operator<<(std::ostream& os, const ::test_consts::EnumType& value);
std::ostream& operator<<(std::ostream& os, const ::test_consts::BitsType& value);
} // namespace test_consts
#ifdef __Fuchsia__
#endif // __Fuchsia__
#pragma clang diagnostic pop