摘要: #include "sys/types.h"#include "assert.h"#include "memory.h"template <typename T>int bits(const T& a) { unsigned int l, h; switch (sizeof(T)) { case 8 阅读全文
posted @ 2021-07-19 10:11 zJanly 阅读(78) 评论(0) 推荐(0)