Assign this list to be a copy of the specified list.

Synopsis

Declared in <bslstp_slist.h>

_Self&
operator=(_Self const& __x);

Return Value

reference to this list

Parameters

Name

Description

__x

list whose elements are assigned into this list

Created with MrDocs