Generic Programming
常见例句
- This kind of operation permits a form of what's commonly referred to as generic programming.
这种操作支持泛型编程。 - We’re also exploring some further additions to the type system to make generic programming easier.
我们同时也在探索向类型系统中添加一些东西使泛型编程变得更加容易。 - Function objects are an important part of generic programming because they allow abstraction not only over the types of objects, but also over the operations that are being performed.
函数对象是一个重要的普通程序的一部分,因为他们允许抽象比类型对象还要多,而且比它正在执行的操作还要多。 返回 Generic Programming