C++ List emplace_front()C++ List emplace_front function adds a new element in the beginning of the list and the size of the container is increased by one. The following illustration shows how this function works: SyntaxParameterval: The value which is to be inserted in the beginning of the list. Return valueIt does not return any value. ExampleLet's see a simple example Output: C is a programming language. In this example, emplace_front() function adds new different strings in the list li and the output becomes "C is a programming language". |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India