BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/MdcRecoUtil/MdcRecoUtil/AstStringMap.h File Reference
#include <iosfwd>
#include <map>
#include <string>
#include <vector>
#include "AstStringMap.icc"

Go to the source code of this file.

Classes

class  AstStringMap< T >
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &stream, const AstStringMap< T > &map)
 

Function Documentation

◆ operator<<()

template<class T >
std::ostream & operator<< ( std::ostream &  stream,
const AstStringMap< T > &  map 
)

Output contents of map to ostream, requires operator<< for T

Parameters
streamStream to output on
mapMap to output contents of
Returns
reference to stream
See also
Template::myFunction