![]() |
0.3.0
|
Similar to KeyedMatrix, but memory is allocated in a map and therefore never reallocated. More...
Go to the source code of this file.
Classes | |
class | NAV::KeyedMap< KeyType, Scalar, unordered > |
Similar to KeyedMatrix, but memory is allocated in a map and therefore never reallocated. More... | |
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.
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 |