[boost::fusion] map or set uniqueness guarantees

Hello *,
I am wondering if I should expect some uniqueness guarantees on contained
element from fusion set or map containers?
In this example:
struct print_value
{
template<class T>
void operator()(T& v)const
{
cout << typeid(T).name() << " has value: " << v << endl;
}
};
boost::fusion::set
participants (1)
-
Ovanes Markarian