EvalToken#

class numpy::EvalToken#

numpy C++ class.

Example#

#include <numpy/np_ndarray.h>
using namespace numpy;

// Use EvalToken
EvalToken obj;
// ... operations ...

Constructors#

Signature

Location

Example

EvalToken(EvalTokenType t, const std::string& s = "") : type(t), str_value(s)

df_dataframe.h:93