This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


>> 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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]