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

#include <OgreDeprecated.h>

Public Types

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

Member Typedef Documentation

◆ type

template<typename K , typename V , typename P = std::less<K>>
typedef std::multimap<K, V, P> Ogre::multimap< K, V, P >::type

◆ iterator

template<typename K , typename V , typename P = std::less<K>>
typedef std::multimap<K, V, P>::iterator Ogre::multimap< K, V, P >::iterator

◆ const_iterator

template<typename K , typename V , typename P = std::less<K>>
typedef std::multimap<K, V, P>::const_iterator Ogre::multimap< K, V, P >::const_iterator

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