pmed / v8pp

Bind C++ functions and classes into V8 JavaScript engine
http://pmed.github.io/v8pp/
Other
887 stars 119 forks source link

Generic converters for sequence containers, mappings, strings #160

Closed pmed closed 2 years ago

pmed commented 2 years ago

Using detail::is_* meta-functions in v8pp::convert<> implementations, to support other standard containers (i.e. std::list, std::deque, std::map, std::unordered_map etc.) between the C++ and V8 values.