|  | Home | Libraries | People | FAQ | More | 
Get an iterator to the first element in a buffer sequence.
template<
    typename C>
auto buffer_sequence_begin(
    const C & c,
    typename constraint< !is_convertible< const C *, const mutable_buffer * >::value &&!is_convertible< const C *, const const_buffer * >::value >::type  = 0);