Fundamental types
Fundamental types
(See also type for type system overview and the list of type-related utilities that are provided by the C++ library).
Void type
void
- type with an empty set of values. It is an incomplete type that cannot be completed (consequently, objects of type void
are disallowed). There are no arrays of void
, nor references to void
. However, pointers to void
and 登录查看完整内容