Loading src/TNL/Containers/Array.h +2 −2 Original line number Diff line number Diff line Loading @@ -641,7 +641,7 @@ class Array * The lambda function is supposed to be declared as * * ``` * f( IndexType elementIdx, ValueType& elementValue ) * f( IndexType elementIdx, const ValueType& elementValue ) * ``` * * where Loading Loading @@ -699,7 +699,7 @@ class Array * The lambda function is supposed to be declared as * * ``` * f( IndexType elementIdx, ValueType& elementValue ) * f( IndexType elementIdx, const ValueType& elementValue ) * ``` * * where Loading src/TNL/Containers/ArrayView.h +2 −2 Original line number Diff line number Diff line Loading @@ -462,7 +462,7 @@ public: * The lambda function is supposed to be declared as * * ``` * f( IndexType elementIdx, ValueType& elementValue ) * f( IndexType elementIdx, const ValueType& elementValue ) * ``` * * where Loading Loading @@ -519,7 +519,7 @@ public: * The lambda function is supposed to be declared as * * ``` * f( IndexType elementIdx, ValueType& elementValue ) * f( IndexType elementIdx, const ValueType& elementValue ) * ``` * * where Loading Loading
src/TNL/Containers/Array.h +2 −2 Original line number Diff line number Diff line Loading @@ -641,7 +641,7 @@ class Array * The lambda function is supposed to be declared as * * ``` * f( IndexType elementIdx, ValueType& elementValue ) * f( IndexType elementIdx, const ValueType& elementValue ) * ``` * * where Loading Loading @@ -699,7 +699,7 @@ class Array * The lambda function is supposed to be declared as * * ``` * f( IndexType elementIdx, ValueType& elementValue ) * f( IndexType elementIdx, const ValueType& elementValue ) * ``` * * where Loading
src/TNL/Containers/ArrayView.h +2 −2 Original line number Diff line number Diff line Loading @@ -462,7 +462,7 @@ public: * The lambda function is supposed to be declared as * * ``` * f( IndexType elementIdx, ValueType& elementValue ) * f( IndexType elementIdx, const ValueType& elementValue ) * ``` * * where Loading Loading @@ -519,7 +519,7 @@ public: * The lambda function is supposed to be declared as * * ``` * f( IndexType elementIdx, ValueType& elementValue ) * f( IndexType elementIdx, const ValueType& elementValue ) * ``` * * where Loading