35#ifndef _BLAZE_UTIL_TYPETRAITS_MAKESIGNED_H_
36#define _BLAZE_UTIL_TYPETRAITS_MAKESIGNED_H_
78 using Type =
typename std::make_signed<T>::type;
typename MakeSigned< T >::Type MakeSigned_t
Auxiliary alias declaration for the MakeSigned type trait.
Definition: MakeSigned.h:99
Compile time type conversion into a signed integral type.
Definition: MakeSigned.h:74