SameConstnessAs modifies type T to have the const-qualification of U.
More...
#include <TypeTraits.h>
Public Types | |
| using | type = typename Conditional<IsConst<U>::value, const T, T>::type |
SameConstnessAs modifies type T to have the const-qualification of U.