|
using | type = typename std::conditional< sizeof(T)%8==0, unsigned long long, typename std::conditional< sizeof(T)%4==0, unsigned int, typename std::conditional< sizeof(T)%2==0, unsigned short, unsigned char >::type >::type >::type |
|
The documentation for this struct was generated from the following file: