Template Struct MakeType< const volatile T, C >

Struct Documentation

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

Public Types

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