CppCon 2014: Stephan Lavavej “STL Features And Implementation Techniques“

— Presentation Slides, PDFs, Source Code and other presenter materials are available at: -- This session will cover selected STL features from C 11/14, both explaining how to use them and delving into implementation techniques that could be useful outside the STL. I will avoid covering popular features you’re already using (e.g. make_shared, make_unique) and obscure features of limited use (e.g. forward_list). The focus will be on useful but under
Back to Top