MeshKit
1.0
|
#include <basic_math.hpp>
Public Member Functions | |
DataType & | operator[] (int i) |
const DataType & | operator[] (int i) const |
Private Attributes | |
DataType | data [n] |
Definition at line 15 of file basic_math.hpp.
DataType& operator[] | ( | int | i | ) | [inline] |
Definition at line 17 of file basic_math.hpp.
const DataType& operator[] | ( | int | i | ) | const [inline] |
Definition at line 20 of file basic_math.hpp.
DataType data[n] [private] |
Definition at line 24 of file basic_math.hpp.