c++ - Intrusive lists -


I can not find much information about online

thanks

< / Div>

An infiltration list is one where the point on the next list node is stored in the same structure as the node data. This is generally a bad thing, because data related to this specific list implementation is concerned. Most class libraries (for example, C ++ Standard Library) use non-intrusive lists, where the data list (or other container) does not know anything about the implementation.


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -