StandardType< T, true > Struct Template Reference

#include <apibase.h>

Public Types

using DT = typename std::decay< T >::type
 
using type = typename std::conditional< KEEP, T, typename std::conditional< STD_IS_REPLACEMENT(signed, T), typename IntType< sizeof(T)>::type, typename UIntType< sizeof(T)>::type >::type >::type
 

Static Public Attributes

static const Bool KEEP