webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
WTF
__next_index
Static Public Attributes
|
List of all members
WTF::__next_index< _Index, _Types > Struct Template Reference
#include <
Variant.h
>
Static Public Attributes
static constexpr ptrdiff_t
__value
Member Data Documentation
◆
__value
template<ptrdiff_t _Index, typename ... _Types>
static constexpr ptrdiff_t
WTF::__next_index
< _Index, _Types >::__value
static
Initial value:
=
(_Index>=
ptrdiff_t
(
sizeof
...(_Types)-1))?-1:_Index+1
The documentation for this struct was generated from the following file:
DerivedData/WebKit/Build/Products/Debug/usr/local/include/wtf/
Variant.h
Generated by
1.8.13