.front()
Published May 23, 2022Updated Dec 21, 2022
Contribute to Docs
The .front()
method returns the next element within the queue. This will be the oldest element of the queue or the element which was added the earliest.
Syntax
The .front()
method can be called on a queue using the following syntax:
queueName.front();
Codebyte Example
The following codebyte example calls the .front()
method on the colors
queue:
Contribute to Docs
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.
Learn C++ on Codecademy
- Career path
Computer Science
Looking for an introduction to the theory behind programming? Master Python while learning data structures, algorithms, and more!Includes 6 CoursesWith Professional CertificationBeginner Friendly75 hours - Free course
Learn C++
Learn C++ — a versatile programming language that’s important for developing software, games, databases, and more.Beginner Friendly11 hours