![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Add the cv-ref qualification from one type to another. More...
Public Types | |
| using | type = give_cvref_to_t<From, To> |
| result type | |
Add the cv-ref qualification from one type to another.
| From | type to copy cv-ref qualification from |
| To | type to copy cv-ref qualification to |
To before adding cv or ref qualification. If replacement semantics are desired, apply std::remove_cvref_t to To. | using arene::base::give_cvref_to< From, To >::type = give_cvref_to_t<From, To> |
result type