Refureku v2.2.0
C++17 runtime reflection library.
rfk::CopyConstness< Source, Target > Struct Template Reference

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
 

Detailed Description

template<typename Source, typename Target>
struct rfk::CopyConstness< Source, 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.


The documentation for this struct was generated from the following file: