Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

buffer (13 of 22 overloads)

Create a new non-modifiable buffer that represents the given POD array.

template<
    typename PodType,
    std::size_t N>
const_buffers_1 buffer(
    boost::array< const PodType, N > & data);

PrevUpHomeNext