#include <common.h>
Public Types | |
typedef output_iterator_traits< IterBuf >::value_type | buffer_type |
For example, if the buffers are fixed-size arrays, and are stored in a list, the buffers iterator will be a list iterator, the container of buffers will be a list of fixed-size arrays, and the buffer type given by this template class will accordingly be a fixed-size array.
typedef output_iterator_traits<IterBuf>::value_type rpa::iterator_buffer_traits< IterBuf >::buffer_type |