![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Contains type, a conversion equivalent to those performed when passing function arguments by value.
More...
Public Types | |
| using | type |
| The converted type For arrays: A reference-erased element pointer type For functions: A reference-erased pointer type Otherwise: A reference and cv-erased type. | |
Contains type, a conversion equivalent to those performed when passing function arguments by value.
| Type | The type to decay |
| using std::decay< Type >::type |
The converted type For arrays: A reference-erased element pointer type For functions: A reference-erased pointer type Otherwise: A reference and cv-erased type.