OGRE  2.2.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::multimap< K, V, P, A > Struct Template Reference

#include <OgrePrerequisites.h>

Public Types

typedef std::multimap< K, V, P, A >::const_iterator const_iterator
 
typedef std::multimap< K, V, P, A >::iterator iterator
 
typedef std::multimap< K, V, P, A > type
 

Member Typedef Documentation

◆ const_iterator

template<typename K, typename V, typename P = std::less<K>, typename A = STLAllocator<std::pair<const K, V>, GeneralAllocPolicy>>
typedef std::multimap<K, V, P, A>::const_iterator Ogre::multimap< K, V, P, A >::const_iterator

◆ iterator

template<typename K, typename V, typename P = std::less<K>, typename A = STLAllocator<std::pair<const K, V>, GeneralAllocPolicy>>
typedef std::multimap<K, V, P, A>::iterator Ogre::multimap< K, V, P, A >::iterator

◆ type

template<typename K, typename V, typename P = std::less<K>, typename A = STLAllocator<std::pair<const K, V>, GeneralAllocPolicy>>
typedef std::multimap<K, V, P, A> Ogre::multimap< K, V, P, A >::type

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