|
libzypp 17.38.1
|
std::pair wrapper for std::map output. More...
#include <zypp-core/base/LogTools.h>
Public Member Functions | |
| MapEntry (const TPair &pair_r) | |
| const TPair & | pair () const |
Private Attributes | |
| const TPair *const | _pair |
Related Symbols | |
(Note that these are not member symbols.) | |
| template<class TPair> | |
| std::ostream & | operator<< (std::ostream &str, const MapEntry< TPair > &obj) |
| Stream output. | |
| template<class TPair> | |
| MapEntry< TPair > | mapEntry (const TPair &pair_r) |
| Convenience function to create MapEntry from std::pair. | |
std::pair wrapper for std::map output.
Just because we want a special output format for std::pair used in a std::map. The mapped std::pair is printed as [key] = value.
Definition at line 521 of file LogTools.h.
|
inline |
Definition at line 524 of file LogTools.h.
|
inline |
Definition at line 528 of file LogTools.h.
|
Stream output.
Definition at line 537 of file LogTools.h.
|
Convenience function to create MapEntry from std::pair.
Definition at line 544 of file LogTools.h.
|
private |
Definition at line 532 of file LogTools.h.