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