OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::isPodLike< std::pair< T, U > > Struct Template Reference

#include <OgreSmallVector.h>

Static Public Attributes

static const bool value = isPodLike<T>::value & isPodLike<U>::value
 

Detailed Description

template<typename T, typename U>
struct Ogre::isPodLike< std::pair< T, U > >

Definition at line 112 of file OgreSmallVector.h.

Member Data Documentation

template<typename T , typename U >
const bool Ogre::isPodLike< std::pair< T, U > >::value = isPodLike<T>::value & isPodLike<U>::value
static

Definition at line 112 of file OgreSmallVector.h.


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