#include <concurrentqueue.h>
◆ value
Initial value:= std::numeric_limits<T>::is_signed
? (static_cast<T>(1) << (sizeof(T) * CHAR_BIT - 1)) - static_cast<T>(1)
: static_cast<T>(-1)
The documentation for this struct was generated from the following file: