Void:

A data type in C++. When used as a parameter in a function call, it indicates there is no return value. void+ indicates that a generic pointer value is returned. When used in casts, it indicates that a given value is to be discarded.