cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
List of all members
rvoid Struct Reference

regular void This is basically a "null type": it can only be default-constructed and copy-constructed, it does not hold a value, and it can be returned from functions. More...

Detailed Description

regular void

This is basically a "null type": it can only be default-constructed and copy-constructed, it does not hold a value, and it can be returned from functions.

It is intended to be used in contexts where you need to do nothing but can't use void for that (for example, for returning a value from a function).

Regular void is based on proposal p0146r1 which defines an operable void type with the following properties:

See Also

See also
WG21 index p0146r1 regular void .

The documentation for this struct was generated from the following file: