JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Static Public Attributes
moodycamel::details::const_numeric_max< T > Struct Template Reference

#include <concurrentqueue.h>

Static Public Attributes

static const T value
 

Field Documentation

◆ value

template<typename T >
const T moodycamel::details::const_numeric_max< 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)

The documentation for this struct was generated from the following file: