C++不能重载的符号

mac2024-03-26  28

5个符号:

::    .      .*    ?:      sizeof

以及四个类型转换运算符:

const_cast

static_cast

dynamic_cast

reinterpret_cast

最新回复(0)