AllianceDB
0.0.1
AllianceDB is an open-source suite, including benchmarks and libs for evaluating and improving stream operation algorithms on modern hardwares.
Static Public Attributes
|
List of all members
moodycamel::details::const_numeric_max< T > Struct Template Reference
Collaboration diagram for moodycamel::details::const_numeric_max< T >:
[
legend
]
Static Public Attributes
static const T
value
Member Data 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:
include/Utils/
concurrentqueue.h
moodycamel
details
const_numeric_max
Generated by
1.9.1