v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::IntrusiveSetIndex Class Reference

#include <intrusive-set.h>

Collaboration diagram for v8::base::IntrusiveSetIndex:

Private Attributes

size_t value = kNotInSet
 

Static Private Attributes

static constexpr size_t kNotInSet = std::numeric_limits<size_t>::max()
 

Friends

template<class T , class GetIntrusiveSetIndex , class Container >
class IntrusiveSet
 

Detailed Description

Definition at line 16 of file intrusive-set.h.

Friends And Related Symbol Documentation

◆ IntrusiveSet

template<class T , class GetIntrusiveSetIndex , class Container >
friend class IntrusiveSet
friend

Definition at line 19 of file intrusive-set.h.

Member Data Documentation

◆ kNotInSet

size_t v8::base::IntrusiveSetIndex::kNotInSet = std::numeric_limits<size_t>::max()
staticconstexprprivate

Definition at line 20 of file intrusive-set.h.

◆ value

size_t v8::base::IntrusiveSetIndex::value = kNotInSet
private

Definition at line 22 of file intrusive-set.h.


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