Agora
1.2.0
Agora project
Static Public Attributes
|
List of all members
moodycamel::details::const_numeric_max< T > Struct Template Reference
#include <
concurrentqueue.h
>
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:
third_party/
concurrentqueue.h
T
T
Definition:
simulate_performance.m:4
fmt::v8::detail::is_signed
std::integral_constant< bool, std::numeric_limits< T >::is_signed||std::is_same< T, int128_t >::value > is_signed
Definition:
format.h:883
moodycamel
details
const_numeric_max
Generated by
1.8.17