#include <apibase.h>
This transformation type trait can be used to substitute the underlying type of T by R. U gets replaced by R, U& by R&, U&& by R&&, and the same with const U/const R.
| T | Original type. |
| R | Type which shall be used for replacement. |
Additional Inherited Members |
|
Public Types inherited from
InheritConst< R, T >
|
|
| using | type = R |