耍酷早晨

文章
3
资源
0
加入时间
2年10月17天

嵌入式linux学习笔记-- c++ 的 操作符重载

复习了一下c++ 的操作符重载以及 模板,随便写了一个demo 记录一下。#include <iostream>#define LOG(str) {printf("this is %s:%d \t%s\n",__FUNCTION__,__LINE__,str);}class MyOptr final{private: uint16_t *m_ptr;public: MyOptr(); void init(uint16_t *pt