commit 2025-10-13 22:51 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -8047,11 +8047,11 @@ namespace ZNsMain
|
||||
void pop_back (){DeleteTail();}
|
||||
|
||||
|
||||
TypeData& front(){return GetHeadData();}
|
||||
TypeData& back (){return GetTailData();}
|
||||
TypeData & front() {return GetHeadData();}
|
||||
TypeData & back () {return GetTailData();}
|
||||
|
||||
const TypeData& front() const{return GetHeadData();}
|
||||
const TypeData& back () const{return GetTailData();}
|
||||
TypeDataC& front() const{return GetHeadData();}
|
||||
TypeDataC& back () const{return GetTailData();}
|
||||
|
||||
|
||||
template<typename TFunctor> void IterElement(TFunctor AO_Functor)
|
||||
|
Reference in New Issue
Block a user