MCPcopy Create free account
hub / github.com/davisking/dlib / tassign

Function tassign

dlib/java/swig_api.h:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44template <typename T>
45void tassign(T& arr)
46{
47 for (size_t i = 0; i < arr.size(); ++i)
48 arr[i] = i;
49}
50
51// ----------------------------------------------------------------------------------------
52

Callers 2

assign_critFunction · 0.85
assignFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected