They are general words, not specific to any particular language.
std::list is an implementation of linked lists.
std::vector is an implementation of dynamic arrays.
std::sort is a function that can be used for sorting. The exact algorithm used depends on the implementation.