OGRE 2.1
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::unordered_set< K, H, E, A > Struct Template Reference

#include <OgrePrerequisites.h>

Public Types

typedef type::const_iterator const_iterator
 
typedef type::iterator iterator
 
typedef OGRE_HASH_NAMESPACE::OGRE_HASHSET_NAME< K, H, Etype
 

Member Typedef Documentation

◆ const_iterator

template<typename K , typename H = OGRE_HASH_NAMESPACE::hash<K>, typename E = std::equal_to<K>, typename A = STLAllocator<K, GeneralAllocPolicy>>
typedef type::const_iterator Ogre::unordered_set< K, H, E, A >::const_iterator

◆ iterator

template<typename K , typename H = OGRE_HASH_NAMESPACE::hash<K>, typename E = std::equal_to<K>, typename A = STLAllocator<K, GeneralAllocPolicy>>
typedef type::iterator Ogre::unordered_set< K, H, E, A >::iterator

◆ type

template<typename K , typename H = OGRE_HASH_NAMESPACE::hash<K>, typename E = std::equal_to<K>, typename A = STLAllocator<K, GeneralAllocPolicy>>
typedef OGRE_HASH_NAMESPACE::OGRE_HASHSET_NAME<K, H, E> Ogre::unordered_set< K, H, E, A >::type

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