OGRE  1.12.12
Object-Oriented Graphics Rendering Engine
Ogre::set< T, P > Struct Template Reference

#include <OgrePrerequisites.h>

Public Types

typedef std::set< T, P >::const_iterator const_iterator
 
typedef std::set< T, P >::iterator iterator
 
typedef std::set< T, P > type
 

Member Typedef Documentation

template<typename T , typename P = std::less<T>>
typedef std::set<T, P> Ogre::set< T, P >::type
template<typename T , typename P = std::less<T>>
typedef std::set<T, P>::iterator Ogre::set< T, P >::iterator
template<typename T , typename P = std::less<T>>
typedef std::set<T, P>::const_iterator Ogre::set< T, P >::const_iterator

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