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

#include <utils.h>

Collaboration diagram for v8::internal::torque::ListPrintAdaptor< T, L >:

Public Attributes

const Tlist
 
const std::string & separator
 
L transformer
 

Friends

std::ostream & operator<< (std::ostream &os, const ListPrintAdaptor &l)
 

Detailed Description

template<class T, class L>
struct v8::internal::torque::ListPrintAdaptor< T, L >

Definition at line 130 of file utils.h.

Friends And Related Symbol Documentation

◆ operator<<

template<class T , class L >
std::ostream & operator<< ( std::ostream & os,
const ListPrintAdaptor< T, L > & l )
friend

Definition at line 135 of file utils.h.

Member Data Documentation

◆ list

template<class T , class L >
const T& v8::internal::torque::ListPrintAdaptor< T, L >::list

Definition at line 131 of file utils.h.

◆ separator

template<class T , class L >
const std::string& v8::internal::torque::ListPrintAdaptor< T, L >::separator

Definition at line 132 of file utils.h.

◆ transformer

template<class T , class L >
L v8::internal::torque::ListPrintAdaptor< T, L >::transformer

Definition at line 133 of file utils.h.


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