2016-05-11 08:36:29 -04:00
|
|
|
[/
|
2017-02-06 20:07:03 -05:00
|
|
|
Copyright (c) 2013-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)
|
|
|
|
|
]
|
|
|
|
|
|
2016-09-25 11:19:51 -04:00
|
|
|
[section:BufferSequence BufferSequence requirements]
|
2016-05-11 08:36:29 -04:00
|
|
|
|
|
|
|
|
A `BufferSequence` is a type meeting either of the following requirements:
|
|
|
|
|
|
2017-05-10 12:03:00 -07:00
|
|
|
* __ConstBufferSequence__
|
|
|
|
|
* __MutableBufferSequence__
|
2016-05-11 08:36:29 -04:00
|
|
|
|
|
|
|
|
[endsect]
|