0
点赞
收藏
分享

微信扫一扫

function实现原理

王老师说 2022-03-12 阅读 11

简单版

#include<iostream>
#include<typeinfo>
#include<string>
#include<functional>
using namespace std;
/*
function函数对象类型的实现原理
*/
void hello(string str
举报

相关推荐

0 条评论