Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2007-01-03 15:01:38


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?

mfg
Gunter