Przejdź do głównej zawartości

std::queue pop()

void pop();

Removes an element from the front of the queue.

zanotuj

Effectively calls c.pop_front().

Parameters

(none)

Return valued

(none)

Exceptions

Equivalent to that of operator= of the underlying container.

Complexity

Equivalent to that of operator= of the underlying container.

Example

important

This section requires improvement. You can help by editing this doc page.

std::queue pop()

void pop();

Removes an element from the front of the queue.

zanotuj

Effectively calls c.pop_front().

Parameters

(none)

Return valued

(none)

Exceptions

Equivalent to that of operator= of the underlying container.

Complexity

Equivalent to that of operator= of the underlying container.

Example

important

This section requires improvement. You can help by editing this doc page.