Refureku v2.2.0
C++17 runtime reflection library.
|
Helper type traits class that copy the constness of a type to a target type. ex: CopyConstness<int, float>::Type yields float CopyConstness<int const, float>::Type yields float const. More...
#include <CopyConstness.h>
Public Types | |
using | Type = Target |
Helper type traits class that copy the constness of a type to a target type. ex: CopyConstness<int, float>::Type yields float CopyConstness<int const, float>::Type yields float const.