Eigen::internal::UnsignedTraits< T > Struct Template Reference

#include <TensorIntDiv.h>

Public Types

typedef std::conditional_t< sizeof(T)==8, uint64_t, uint32_t > type
 

Member Typedef Documentation

◆ type

template<typename T >
typedef std::conditional_t<sizeof(T) == 8, uint64_t, uint32_t> Eigen::internal::UnsignedTraits< T >::type

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