MCPcopy Create free account
hub / github.com/apache/arrow / as_sexp

Function as_sexp

r/src/arrow_cpp11.h:486–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484
485template <typename E>
486enable_if_enum<E, SEXP> as_sexp(E e) {
487 return as_sexp(static_cast<int>(e));
488}
489
490template <typename T>
491SEXP as_sexp(const std::shared_ptr<T>& ptr) {

Calls

no outgoing calls

Tested by

no test coverage detected