[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/container/list/push_front [Back]  [Original]

std::list::push_front cppreference.com
cppreference.com

std::list::push_front

cppreference.com

<metanoindex/>

<tbody> </tbody>
void push_front( const T& value );
void push_front( T&& value );
( C++11)
value .
:
Prepends the given element value to the beginning of the container.
Google.
. .

.

value
:
the value of the element to prepend
Google.
. .

()

.
:
Constant.
Google.
. .

.


(public -) []

(public -) []

(public -) []

Web Proxy Viewer  |  New URL  |  Original Page