Boost logo

Ublas :

From: Neal Becker (ndbecker2_at_[hidden])
Date: 2007-01-03 17:26:50


Gunter Winkler wrote:

> Neal Becker schrieb:
>> template<class T>
>> struct implementation_level<ublas::vector<T> >
>> {
>> typedef mpl::integral_c_tag tag;
>> // typedef mpl::int_<primitive_type> type;
>> typedef mpl::int_<object_serializable> type;
>> BOOST_STATIC_CONSTANT(
>> int,
>> value = implementation_level::type::value
>> );
>> };
>
> Can you explain this construction? What does this mean for the
> serialization?
>

Does this help?
http://boost.org/libs/serialization/doc/traits.html#templates