Added CharPointerList in List.h

This commit is contained in:
hyzboy 2024-04-03 19:25:50 +08:00
parent 35c044475b
commit 5e08153800

View File

@ -218,4 +218,6 @@ namespace hgl
return(nullptr);
}
using CharPointerList=hgl::List<const char *>;
}//namespace hgl