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

#include <macros.h>

Collaboration diagram for v8::base::is_trivially_copyable< T >:

Static Public Attributes

static constexpr bool value = std::is_trivially_copyable<T>::value
 

Detailed Description

template<typename T>
struct v8::base::is_trivially_copyable< T >

Definition at line 232 of file macros.h.

Member Data Documentation

◆ value

template<typename T >
bool v8::base::is_trivially_copyable< T >::value = std::is_trivially_copyable<T>::value
staticconstexpr

Definition at line 264 of file macros.h.


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