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]) |