Struct SchemaImpl::MakeItem

Nested Relationships

This struct is a nested type of Class SchemaImpl.

Struct Documentation

struct MakeItem

Boost.MPL metafunction that returns a SchemaItem<T> given a T.

template<typename T>
struct apply

Public Types

typedef SchemaItem<T> type