#include <ppl.h>
template<typename _DataType>
5648 static_assert(std::is_integral<_DataType>::value,
5649 "Type should be integral to use default radix function. For more information on integral types, please refer to http://msdn.microsoft.com/en-us/library/bb983099.aspx.");
5650 static_assert((
sizeof(_DataType) <=
sizeof(
size_t)),
"Passed Type is bigger than size_t.");
5652 if (std::is_unsigned<_DataType>::value)
5661 return (((
SIZE_MAX/2) + 1) + static_cast<size_t>(val));
#define SIZE_MAX
Definition: limits.h:81
The documentation for this struct was generated from the following file: