Workspace
6.21.5
moodycamel
details
const_numeric_max
Static Public Attributes
|
List of all members
const_numeric_max< T > Struct Template Reference
#include <Workspace/Application/concurrentqueue.h>
Static Public Attributes
static const T
value
Member Data Documentation
◆
value
const T value
static
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)