Struct SchemaMapperImpl::MakeKeyPair

Nested Relationships

This struct is a nested type of Class SchemaMapperImpl.

Struct Documentation

struct MakeKeyPair

Boost.MPL metafunction that returns a std::pair< Key<T>, Key<T> > given a T.

template<typename T>
struct apply

Public Types

typedef std::pair<Key<T>, Key<T>> type