编程语言

C/C++ 技术

std::ref用法

1、作用:std::ref 用于取某个变量的引用,引入其是为了解决函数...
JAVA 技术

JAVA基础

一、数据类型 基本类型 byte/8 char/16 short/16 int/...