proxygen
Logging.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2015-present, Facebook, Inc.
3  * All rights reserved.
4  *
5  * This source code is licensed under the BSD-style license found in the
6  * LICENSE file in the root directory of this source tree. An additional grant
7  * of patent rights can be found in the PATENTS file in the same directory.
8  *
9  */
10 #pragma once
11 
12 #include <list>
13 #include <ostream>
15 #include <vector>
16 
17 namespace proxygen {
18 
19 std::ostream& operator<<(std::ostream& os, const std::list<uint32_t>* refset);
20 
21 std::ostream& operator<<(std::ostream& os, const std::vector<HPACKHeader> &v);
22 
26 std::string printDelta(const std::vector<HPACKHeader> &v1,
27  const std::vector<HPACKHeader> &v2);
28 
29 }
auto v
string printDelta(const vector< HPACKHeader > &v1, const vector< HPACKHeader > &v2)
Definition: Logging.cpp:38
const char * string
Definition: Conv.cpp:212