![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <flags.h>
Public Types | |
| using | underlying_type = T |
Public Member Functions | |
| constexpr | FlagValue (T value) |
| operator T () const | |
| constexpr T | value () const |
| FlagValue< T > & | operator= (T new_value) |
Private Attributes | |
| T | value_ |
| using v8::internal::FlagValue< T >::underlying_type = T |
|
inlineexplicitconstexpr |
|
inline |
|
inlineconstexpr |
|
private |