Standard Template Library (STL)

GPTKB entity

Properties (49)
Predicate Object
gptkbp:instanceOf library
gptkbp:contains vector
map
list
set
unordered_map
deque
unordered_set
gptkbp:developedBy Alexander Stepanov
gptkbp:enhances performance
code reusability
gptkbp:firstPublished 1994
https://www.w3.org/2000/01/rdf-schema#label Standard Template Library (STL)
gptkbp:includes containers
iterators
function objects
gptkbp:influenced other programming libraries
gptkbp:isAvailableIn academic research
open source projects
commercial software
gptkbp:isCompatibleWith C++20
C++11
C++14
C++17
gptkbp:isDocumentedIn C++ Standard documentation
gptkbp:isKnownFor efficiency
flexibility
ease of use
gptkbp:isPartOf C++ ecosystem
C++ programming paradigm
gptkbp:isSupportedBy major compilers
gptkbp:isTaughtIn computer science courses
gptkbp:isUsedIn data analysis
machine learning
application development
embedded systems
game development
web development
system programming
competitive programming
gptkbp:language gptkb:C++
gptkbp:partOf gptkb:C++_Standard_Library
gptkbp:provides algorithms
data structures
algorithms for searching
algorithms for sorting
algorithms for manipulation
gptkbp:supports generic programming
gptkbp:usedIn software development