#include <concurrentqueue.h>
template<typename T>
struct moodycamel::details::const_numeric_max< T >
Definition at line 293 of file 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)
Definition at line 295 of file concurrentqueue.h.
The documentation for this struct was generated from the following file:
- C:/Workspace/github/UnravelEngine/UnravelEngine/engine/engine/physics/backend/bullet/concurrentqueue.h