Files
boost_beast/doc/qbk/07_concepts/BufferSequence.qbk

18 lines
482 B
Plaintext
Raw Normal View History

[/
2017-07-28 19:32:33 -07:00
Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
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
]
2017-06-04 17:25:55 -07:00
[section:BufferSequence BufferSequence]
2017-06-04 17:25:55 -07:00
A [*BufferSequence] is a type meeting either of the following requirements:
* __ConstBufferSequence__
* __MutableBufferSequence__
[endsect]