Template Struct MakeType< const T, C >

Struct Documentation

template<class T, int C>
struct MakeType<const T, C>

Public Types

using type = const typename MakeType<T, C>::type