Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Eurobot2013 by
VectorConstReference< T, Sz > Class Template Reference
Const value iterator for ET. More...
#include <tvmet/Vector.h>
Inherits TvmetBase< VectorConstReference< T, Sz > >.
Public Types | |
| enum | { Size = Sz } |
Dimensions. More... | |
| enum | |
Complexity counter. More... | |
Public Member Functions | |
| VectorConstReference (const Vector< T, Size > &rhs) | |
| Constructor. | |
| VectorConstReference (const_pointer data) | |
| Constructor by a given memory pointer. | |
| value_type | operator() (std::size_t i) const |
| access by index. | |
Detailed Description
template<class T, std::size_t Sz>
class tvmet::VectorConstReference< T, Sz >
Const value iterator for ET.
Definition at line 48 of file Vector.h.
Member Enumeration Documentation
| anonymous enum |
Constructor & Destructor Documentation
| VectorConstReference | ( | const Vector< T, Size > & | rhs ) | [explicit] |
| VectorConstReference | ( | const_pointer | data ) | [explicit] |
Member Function Documentation
Generated on Tue Jul 12 2022 18:53:26 by
1.7.2
