18 #ifndef INCLUDE_SF_UNORDERED_SET_HPP 19 #define INCLUDE_SF_UNORDERED_SET_HPP 21 #include <RCF/Config.hpp> 24 #include RCF_TR1_HEADER(unordered_set) 26 #include <SF/SerializeStl.hpp> 31 template<
typename Key,
typename Hash,
typename Pred,
typename Alloc>
32 inline void serialize_vc6(Archive &ar, std::tr1::unordered_set<Key,Hash,Pred,Alloc> &t,
const unsigned int)
34 serializeStlContainer<InsertSemantics, NoReserveSemantics>(ar, t);
38 template<
typename Key,
typename Hash,
typename Pred,
typename Alloc>
39 inline void serialize_vc6(Archive &ar, std::tr1::unordered_multiset<Key,Hash,Pred,Alloc> &t,
const unsigned int)
41 serializeStlContainer<InsertSemantics, NoReserveSemantics>(ar, t);
48 #endif // ! INCLUDE_SF_UNORDERED_SET_HPP Definition: ByteBuffer.hpp:188