20170914-泛型编程.pdf

时间:2023-01-28 12:50:16
【文件属性】:

文件名称:20170914-泛型编程.pdf

文件大小:1.22MB

文件格式:PDF

更新时间:2023-01-28 12:50:16

泛型编程

如何才能更好地进行泛型编程,看了这个文档,告诉你它的秘密 void updateGateway(const GatewayConfigValue &config) { if(config.ipAddress.isChanged()) { int oldIp = config.ipAddress.getOldValue(); //codes free old Ip //.................... int newIp = config.ipAddress.getCurrentValue(); //codes bind new Ip //.................... } } for every configurable elements


网友评论