如题。
在给函数传参时,如何传入一个类型的构造函数而不是这个类型的标识符?
例如实现类似 Python 中的 map(int, [iterable]) 的功能,应该如何设置模板参数?
map(int, [iterable])