container
software class, data structure, or abstract data type (ADT) whose instances are collections of other objects
NUT Open Container Format
file format
credit line
method by which institutions declare the acquisition of collection items
sequence container
container class template in the C++ standard library that implements storage of a sequence of data elements; one of std::array, std::vector, std::list, std::forward_list, std::deque
associative container
group of class templates in the standard library of the C++ programming language that implement ordered associative arrays: std::set, std::map, std::multiset, std::multimap
unordered associative container
group of class templates in the C++ Standard Library that implement hash table variants: std::unordered_set, std::unordered_map, std::unordered_multiset, std::unordered_multimap
queue
abstract data type
pool
collection of computer resources that are kept ready to use rather than acquired on use and released afterwards