v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
borrowed_vec< T > Struct Template Reference
Collaboration diagram for borrowed_vec< T >:

Public Member Functions

 borrowed_vec (wasm::vec< T > &&v)
 
 borrowed_vec (borrowed_vec< T > &&that)
 
 ~borrowed_vec ()
 

Public Attributes

wasm::vec< Tit
 

Detailed Description

template<class T>
struct borrowed_vec< T >

Definition at line 2489 of file c-api.cc.

Constructor & Destructor Documentation

◆ borrowed_vec() [1/2]

template<class T >
borrowed_vec< T >::borrowed_vec ( wasm::vec< T > && v)
inlineexplicit

Definition at line 2491 of file c-api.cc.

◆ borrowed_vec() [2/2]

template<class T >
borrowed_vec< T >::borrowed_vec ( borrowed_vec< T > && that)
inline

Definition at line 2492 of file c-api.cc.

◆ ~borrowed_vec()

template<class T >
borrowed_vec< T >::~borrowed_vec ( )
inline

Definition at line 2493 of file c-api.cc.

Member Data Documentation

◆ it

template<class T >
wasm::vec<T> borrowed_vec< T >::it

Definition at line 2490 of file c-api.cc.


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