v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ETWJITInterface::str_bytes< count > Struct Template Reference

#include <etw-jit-metadata-win.h>

Collaboration diagram for v8::internal::ETWJITInterface::str_bytes< count >:

Public Member Functions

template<std::size_t... idx>
constexpr str_bytes (char const (&str)[count], std::index_sequence< idx... >)
 
template<std::size_t count1, std::size_t count2, std::size_t... idx1, std::size_t... idx2>
constexpr str_bytes (const str_bytes< count1 > &s1, std::index_sequence< idx1... >, const str_bytes< count2 > &s2, std::index_sequence< idx2... >)
 

Public Attributes

char bytes [count]
 
size_t size
 

Detailed Description

template<size_t count>
struct v8::internal::ETWJITInterface::str_bytes< count >

Definition at line 47 of file etw-jit-metadata-win.h.

Constructor & Destructor Documentation

◆ str_bytes() [1/2]

template<size_t count>
template<std::size_t... idx>
v8::internal::ETWJITInterface::str_bytes< count >::str_bytes ( char const (&) str[count],
std::index_sequence< idx... >  )
inlineconstexpr

Definition at line 49 of file etw-jit-metadata-win.h.

◆ str_bytes() [2/2]

template<size_t count>
template<std::size_t count1, std::size_t count2, std::size_t... idx1, std::size_t... idx2>
v8::internal::ETWJITInterface::str_bytes< count >::str_bytes ( const str_bytes< count1 > & s1,
std::index_sequence< idx1... > ,
const str_bytes< count2 > & s2,
std::index_sequence< idx2... >  )
inlineconstexpr

Definition at line 55 of file etw-jit-metadata-win.h.

Member Data Documentation

◆ bytes

Definition at line 59 of file etw-jit-metadata-win.h.

◆ size

Definition at line 60 of file etw-jit-metadata-win.h.


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