CMS 3D CMS Logo

List of all members | Public Types | Static Public Attributes
edm::key_traits< std::pair< U, V > > Struct Template Reference

#include <traits.h>

Public Types

typedef std::pair< U, V > key_type
 

Static Public Attributes

static const key_type value
 

Detailed Description

template<class U, class V>
struct edm::key_traits< std::pair< U, V > >

Definition at line 47 of file traits.h.

Member Typedef Documentation

template<class U , class V >
typedef std::pair<U,V> edm::key_traits< std::pair< U, V > >::key_type

Definition at line 49 of file traits.h.

Member Data Documentation

template<class U , class V >
key_traits< std::pair< U, V > >::key_type const edm::key_traits< std::pair< U, V > >::value
static