0.3.0
Loading...
Searching...
No Matches
KeyedMap.hpp File Reference

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.
 

Detailed Description

Similar to KeyedMatrix, but memory is allocated in a map and therefore never reallocated.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2024-10-08

Function Documentation

◆ operator<<()

template<typename KeyType, typename Scalar, bool unordered>
std::ostream & operator<< ( std::ostream & os,
const NAV::KeyedMap< KeyType, Scalar, unordered > & obj )

Stream insertion operator overload.

Parameters
[in,out]osOutput stream object to stream the time into
[in]objObject to print
Returns
Returns the output stream object in order to chain stream insertions