Loading...
Searching...
No Matches
Classes | Namespaces | Functions
v8-memory-span.h File Reference
#include <stddef.h>
#include <array>
#include <iterator>
#include <type_traits>
#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.

Classes

class  v8::MemorySpan< T >
 
class  v8::MemorySpan< T >::Iterator
 

Namespaces

namespace  v8
 
namespace  v8::detail
 

Functions

template<class T , std::size_t N, std::size_t... I>
constexpr std::array< std::remove_cv_t< T >, N > v8::detail::to_array_lvalue_impl (T(&a)[N], std::index_sequence< I... >)
 
template<class T , std::size_t N, std::size_t... I>
constexpr std::array< std::remove_cv_t< T >, N > v8::detail::to_array_rvalue_impl (T(&&a)[N], std::index_sequence< I... >)
 
template<class T , std::size_t N>
constexpr std::array< std::remove_cv_t< T >, N > v8::to_array (T(&a)[N])
 
template<class T , std::size_t N>
constexpr std::array< std::remove_cv_t< T >, N > v8::to_array (T(&&a)[N])