typedef S ItemCreator<S>();. Then in the class that needs to create the new instances: class PagedListData<T>{ ... ItemCreator<T> ...
確定! 回上一頁