What does the cin.get() do?

What does the following line of code do?

cin.get();

From my understanding it stores any characters including spaces and tabs but is there more to this member function?
Topic archived. No new replies allowed.