blob: 20c7f27f3d4fc5769cb919ee18a098c619fe4314 [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LIB_MODULE_RESOLVER_CPP_FORMATTING_H_
#define LIB_MODULE_RESOLVER_CPP_FORMATTING_H_
#include <fuchsia/modular/cpp/fidl.h>
namespace modular {
std::ostream& operator<<(std::ostream& os,
const fuchsia::modular::Intent& intent);
std::ostream& operator<<(
std::ostream& os,
const fuchsia::modular::IntentParameterData& parameter_data);
} // namespace modular
#endif // LIB_MODULE_RESOLVER_CPP_FORMATTING_H_