Files
uni/ws2019/ipi/uebungen/cpp_headers/SimpleFloatArrayIndex.cc
T

5 lines
63 B
C++

float& SimpleFloatArray::operator[] (int i)
{
return p[i];
}