OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::multimap< K, V, P, A > Struct Template Reference

#include <OgrePrerequisites.h>

Public Types

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

Detailed Description

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

Definition at line 507 of file OgrePrerequisites.h.

Member Typedef Documentation

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

Definition at line 510 of file OgrePrerequisites.h.


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