boost::capy::buffer_array::buffer_array

Construct from an iterator range.

Synopsis

template<class Iterator>
buffer_array(
    Iterator first,
    Iterator last) noexcept;

Description

Copies up to N non‐empty buffer descriptors from the range [first, last). If the range contains more than N non‐empty buffers, excess buffers are silently ignored.

Parameters

Name Description

first

Iterator to the first buffer descriptor.

last

Iterator past the last buffer descriptor.

Created with MrDocs