MCPcopy Create free account
hub / github.com/csyonghe/Spire / InsertArray

Function InsertArray

Source/CoreLib/Array.h:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126 template<typename T, int size>
127 void InsertArray(Array<T, size> &) {}
128
129 template<typename T, typename ...TArgs, int size>
130 void InsertArray(Array<T, size> & arr, const T & val, TArgs... args)

Callers 1

MakeArrayFunction · 0.85

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected