IVector<TValue>.pop_back Method

Definition

Removes the last element from the container.

public:
 void pop_back();
public void pop_back ();
abstract member pop_back : unit -> unit
Public Sub pop_back ()

Remarks

For more information, see vector::pop_back (STL/CLR).

Applies to