push_back overloads

Synopses

Declared in <absl/container/inlined_vector.h>

Inserts a copy of v in the inlined vector at end().

Overload of InlinedVector::push_back(...) for inserting v at end() using move semantics.

void
push_back(value_type&& v);

Parameters

Name

Description

v

The value to copy.

Created with MrDocs