TupleFieldDescriptor#

class numpy::TupleFieldDescriptor#

numpy C++ class.

Example#

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

// Use TupleFieldDescriptor
TupleFieldDescriptor obj;
// ... operations ...

Construction#

Signature

Return Type

Location

Example

SortFieldDescriptor<std::tuple<Types...>> create_field(const std::string &name)

SortFieldDescriptor<std::tuple<Types…>>

NP_SORTING_ALGORITHMS.H:1356

Indexing / Selection#

Signature

Return Type

Location

Example

auto get_field_comparator()

auto

NP_SORTING_ALGORITHMS.H:1349