Standard LibraryTypesstringMethodspush_backOn this pagepush_back Method of string. push_back(const string value) -> void Appends an element to the end of the container. Parameters value: The value to append.