How C++ Templates Are Used for Generic Programming

ChenLin,WuDi,MaWanwangying,ZhouYuming,XuBaowen,LeungHareton
IF: 3.685
2020-01-01
ACM Transactions on Software Engineering and Methodology
Abstract:Generic programming is a key paradigm for developing reusable software components. The inherent support for generic constructs is therefore important in programming languages. As for C++, the gener...
What problem does this paper attempt to address?