SortFieldDescriptor#

class numpy::SortFieldDescriptor#

numpy C++ class.

Example#

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

// Use SortFieldDescriptor
SortFieldDescriptor obj;
// ... operations ...

Constructors#

Signature

Location

Example

SortFieldDescriptor(const std::string &field_name, size_tfield_offset)

NP_SORTING_ALGORITHMS.H:1256

SortFieldDescriptor(const std::string &field_name, size_tfield_offset, std::function<bool(const T&,const T&)>comp)

NP_SORTING_ALGORITHMS.H:1259