equal
deleted
inserted
replaced
588 |
588 |
589 ///This class Converts a map to an STL style functor. |
589 ///This class Converts a map to an STL style functor. |
590 ///that is it provides an <tt>operator()</tt> to read its values. |
590 ///that is it provides an <tt>operator()</tt> to read its values. |
591 /// |
591 /// |
592 ///For the sake of convenience it also works as a ususal map, i.e |
592 ///For the sake of convenience it also works as a ususal map, i.e |
593 ///<tt>operator[]</tt> and the \c Key and \c Valu typedefs also exist. |
593 ///<tt>operator[]</tt> and the \c Key and \c Value typedefs also exist. |
594 |
594 |
595 template<class M> |
595 template<class M> |
596 class MapFunctor |
596 class MapFunctor |
597 { |
597 { |
598 const M &m; |
598 const M &m; |