Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Tests if the forward list object on the left side of the operator is greater than or equal to the forward list object on the right side.
bool operator>=(
const forward_list <Type, Allocator>& _Left,
const forward_list <Type, Allocator>& _Right
);
Parameters
Parameter |
Description |
|---|---|
_Left |
An object of type forward_list. |
_Right |
An object of type forward_list. |
Return Value
true if the forward list on the left side of the operator is greater than or equal to the forward list on the right side of the operator; otherwise false.
Remarks
The template function returns !(_Left < _Right).
Requirements
Header: <forward_list>
Namespace: std