FieldSpec#

class numpy::FieldSpec#

numpy C++ class.

Example#

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

// Use FieldSpec
FieldSpec obj;
// ... operations ...

Constructors#

Signature

Location

Example

FieldSpec(const std::string &field_name, FieldComparatorcomp, boolasc = true)

NP_SORTING_ALGORITHMS.H:1432