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.
Call this method to remove the element at the head of the list without returning a value.
void RemoveHeadNoReturn( ) throw( );
Remarks
The head element is deleted from the list, and memory is freed. In debug builds, an assertion failure will occur if the list is empty.
Example
See the example for CAtlList::IsEmpty.
Requirements
Header: atlcoll.h