llvm-mos-sdk
Public Types | List of all members
std::decay< T > Struct Template Reference

Public Types

typedef conditional_t< is_array_v< U >, remove_extent_t< U > *, conditional_t< is_function_v< U >, add_pointer_t< U >, remove_cv_t< U > > > type
 

Member Typedef Documentation

◆ type

template<class T >
typedef conditional_t< is_array_v<U>, remove_extent_t<U> *, conditional_t<is_function_v<U>, add_pointer_t<U>, remove_cv_t<U> > > std::decay< T >::type

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