Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
v8-memory-span.h File Reference
#include <array>
#include <span>
#include "v8config.h"
Include dependency graph for v8-memory-span.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 

Typedefs

template<typename T >
using v8::MemorySpan = std::span< T >
 

Functions

template<typename T , std::size_t N>
constexpr std::array< std::remove_cv_t< T >, N > v8::to_array (T(&a)[N])
 
template<typename T , std::size_t N>
constexpr std::array< std::remove_cv_t< T >, N > v8::to_array (T(&&a)[N])