Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0f68a7

Browse files
committed
Stub for flatten algorithm.
1 parentbd118e7 commita0f68a7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#ifndef BOOST_NETWORK_PROTOCOL_HTTP_ALGORITHMS_FLATTEN_HPP_20120326
2+
#defineBOOST_NETWORK_PROTOCOL_HTTP_ALGORITHMS_FLATTEN_HPP_20120326
3+
4+
// Copyright 2012 Dean Michael Berris <dberris@google.com>.
5+
// Copyright 2012 Google, Inc.
6+
// Distributed under the Boost Software License, Version 1.0.
7+
// (See accompanying file LICENSE_1_0.txt or copy at
8+
// http://www.boost.org/LICENSE_1_0.txt)
9+
10+
#include<vector>
11+
#include<boost/asio/buffer.hpp>
12+
13+
namespaceboost {namespacenetwork {namespacehttp {
14+
15+
classresponse;
16+
17+
voidflatten(responseconst &response_, std::vector<asio::const_buffer> &buffers);
18+
19+
}// namespace http
20+
21+
}// namespace network
22+
23+
}// namespace boost
24+
25+
#endif// BOOST_NETWORK_PROTOCOL_HTTP_ALGORITHMS_FLATTEN_HPP_20120326

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp