MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / srt

Method srt

include/daScript/simulate/aot.h:3371–3373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3369 struct scblk {
3370 template <int dimSize>
3371 static __forceinline void srt ( TDim<TT,dimSize> & arr, int32_t, int32_t, CompareFn && cmp, Context *, LineInfoArg * ) {
3372 das_sort(arr.data, arr.data + dimSize, cmp);
3373 }
3374 template <int dimSize>
3375 static __forceinline void srtr ( TDim<TT,dimSize> & arr, int32_t elemSize, int32_t length, CompareFn && cmp, Context * context, LineInfoArg * lineinfo ) {
3376 srt(arr,elemSize,length,das::forward<CompareFn>(cmp),context,lineinfo);

Callers

nothing calls this directly

Calls 1

das_sortFunction · 0.85

Tested by

no test coverage detected