Mantid
Loading...
Searching...
No Matches
Public Member Functions | List of all members
MapSupport::mapWrite< PartA, PartB > Class Template Reference

Functor quick write out of a map. More...

#include <MapSupport.h>

Public Member Functions

void operator() (const std::pair< PartA, PartB > &A) const
 Write both the key and object. More...
 

Detailed Description

template<typename PartA, typename PartB>
class MapSupport::mapWrite< PartA, PartB >

Functor quick write out of a map.

Author
S. Ansell
Date
2/9/05
Version
1.0

This functor takes a map of key,value and write the key,value to the std::cout

Definition at line 149 of file MapSupport.h.

Member Function Documentation

◆ operator()()

template<typename PartA , typename PartB >
void MapSupport::mapWrite< PartA, PartB >::operator() ( const std::pair< PartA, PartB > &  A) const
inline

Write both the key and object.

Definition at line 152 of file MapSupport.h.


The documentation for this class was generated from the following file: