glucat
0.12.0
|
Sorted range for use with output. More...
#include <framed_multi_imp.h>
Public Types | |
using | map_t = Map_T |
using | sorted_map_t = Sorted_Map_T |
using | sorted_iterator = typename Sorted_Map_T::const_iterator |
Public Member Functions | |
sorted_range (Sorted_Map_T &sorted_val, const Map_T &val) | |
Public Attributes | |
sorted_iterator | sorted_begin |
sorted_iterator | sorted_end |
Sorted range for use with output.
Definition at line 1112 of file framed_multi_imp.h.
using glucat::sorted_range< Map_T, Sorted_Map_T >::map_t = Map_T |
Definition at line 1115 of file framed_multi_imp.h.
using glucat::sorted_range< Map_T, Sorted_Map_T >::sorted_iterator = typename Sorted_Map_T::const_iterator |
Definition at line 1117 of file framed_multi_imp.h.
using glucat::sorted_range< Map_T, Sorted_Map_T >::sorted_map_t = Sorted_Map_T |
Definition at line 1116 of file framed_multi_imp.h.
|
inline |
Definition at line 1119 of file framed_multi_imp.h.
References glucat::sorted_range< Map_T, Sorted_Map_T >::sorted_begin, and glucat::sorted_range< Map_T, Sorted_Map_T >::sorted_end.
sorted_iterator glucat::sorted_range< Map_T, Sorted_Map_T >::sorted_begin |
Definition at line 1126 of file framed_multi_imp.h.
Referenced by glucat::operator<<(), and glucat::sorted_range< Map_T, Sorted_Map_T >::sorted_range().
sorted_iterator glucat::sorted_range< Map_T, Sorted_Map_T >::sorted_end |
Definition at line 1127 of file framed_multi_imp.h.
Referenced by glucat::sorted_range< Map_T, Sorted_Map_T >::sorted_range().