MCPcopy Create free account
hub / github.com/numpy/numpy / make_partition_map

Function make_partition_map

numpy/core/src/npysort/selection.cpp:422–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420
421template <class... Tags>
422static constexpr std::array<arg_map, sizeof...(Tags)>
423make_partition_map(npy::taglist<Tags...>)
424{
425 return std::array<arg_map, sizeof...(Tags)>{
426 arg_map{Tags::type_value, {&introselect_noarg<Tags>},
427 {&introselect_arg<Tags>}}...};
428}
429
430struct partition_t {
431 using taglist =

Callers 1

partition_tClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected