Query regarding libstdc++ std::list internal end() representation

Soul Studios matt@soulstudios.co.nz
Thu Mar 2 22:30:00 GMT 2017


 >> Two questions:
 >> 1. I couldn't find the definition for list nodes when searching
 >> through the headers,
 >
 > It is at the beginning of bits/stl_list.h.
 >

_m_node, which contains the next and previous points, is not defined in 
bits/stl_list.h. Where is it defined?



More information about the Libstdc++ mailing list