![]() |
0.5.1
|
Similar to KeyedMatrix, but memory is allocated in a map and therefore never reallocated. More...
Go to the source code of this file.
Data Structures | |
| class | NAV::KeyedMap< KeyType, Scalar, unordered > |
| Similar to KeyedMatrix, but memory is allocated in a map and therefore never reallocated. More... | |
Namespaces | |
| namespace | NAV |
Functions | |
| template<typename KeyType, typename Scalar, bool unordered> | |
| std::ostream & | operator<< (std::ostream &os, const NAV::KeyedMap< KeyType, Scalar, unordered > &obj) |
| Stream insertion operator overload. | |
Similar to KeyedMatrix, but memory is allocated in a map and therefore never reallocated.
Definition in file KeyedMap.hpp.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const NAV::KeyedMap< KeyType, Scalar, unordered > & | obj ) |
Stream insertion operator overload.
| [in,out] | os | Output stream object to stream the time into |
| [in] | obj | Object to print |
Definition at line 322 of file KeyedMap.hpp.