Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::TypeTraits::SameConstnessAs< U, T > Struct Template Reference

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
 

Detailed Description

template<typename U, typename T>
struct SC::TypeTraits::SameConstnessAs< U, T >

SameConstnessAs modifies type T to have the const-qualification of U.


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