42#ifdef PB_DS_CLASS_C_DEC
45typename PB_DS_CLASS_C_DEC::iterator
46PB_DS_CLASS_C_DEC::s_end_it;
49typename PB_DS_CLASS_C_DEC::const_iterator
50PB_DS_CLASS_C_DEC::s_const_end_it;
53inline typename PB_DS_CLASS_C_DEC::iterator
59 get_start_it_state(p_value, pos);
60 return iterator(p_value, pos,
this);
64inline typename PB_DS_CLASS_C_DEC::iterator
70inline typename PB_DS_CLASS_C_DEC::const_iterator
76 get_start_it_state(p_value, pos);
77 return const_iterator(p_value, pos,
this);
81inline typename PB_DS_CLASS_C_DEC::const_iterator
84{
return s_const_end_it; }
Struct holding two objects of arbitrary type.