2016-05-11 08:36:29 -04:00
|
|
|
[/
|
2017-07-28 19:32:33 -07:00
|
|
|
Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
|
2016-05-11 08:36:29 -04:00
|
|
|
|
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
|
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
2017-07-28 19:32:33 -07:00
|
|
|
|
|
|
|
|
Official repository: https://github.com/boostorg/beast
|
2016-05-11 08:36:29 -04:00
|
|
|
]
|
|
|
|
|
|
2017-06-04 17:25:55 -07:00
|
|
|
[section:BufferSequence BufferSequence]
|
2016-05-11 08:36:29 -04:00
|
|
|
|
2017-06-04 17:25:55 -07:00
|
|
|
A [*BufferSequence] is a type meeting either of the following requirements:
|
2016-05-11 08:36:29 -04:00
|
|
|
|
2017-05-10 12:03:00 -07:00
|
|
|
* __ConstBufferSequence__
|
|
|
|
|
* __MutableBufferSequence__
|
2016-05-11 08:36:29 -04:00
|
|
|
|
|
|
|
|
[endsect]
|