circular_queue.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
12 /*************************************************************************************************/
25 /*************************************************************************************************/
207 /*************************************************************************************************/
215 /*************************************************************************************************/
225 /*************************************************************************************************/
309 { return const_range(begin_m, begin_m < end_m ? const_iterator(end_m) : boost::end(container_m)); }
312 { return const_range(begin_m < end_m ? const_iterator(end_m) : boost::begin(container_m), end_m); }
317 /*************************************************************************************************/
329 /*************************************************************************************************/
344 /*************************************************************************************************/
351 /*************************************************************************************************/
360 /*************************************************************************************************/
370 /*************************************************************************************************/
385 /*************************************************************************************************/
396 /*************************************************************************************************/
408 /*************************************************************************************************/
418 /*************************************************************************************************/
440 /*************************************************************************************************/
444 /*************************************************************************************************/
|