CXXR (C++ R)
|
The templated function CXXR::SEXP_downcast(). More...
#include "CXXR/RObject.h"
Go to the source code of this file.
Namespaces | |
namespace | CXXR |
Namespace for the CXXR project. |
Functions | |
void | CXXR::SEXP_downcast_error (const char *given, const char *wanted) |
Not for general use. | |
template<typename PtrOut , typename PtrIn > | |
PtrOut | CXXR::SEXP_downcast (PtrIn s, bool allow_null=true) |
The templated function CXXR::SEXP_downcast().