19 #ifndef INCLUDE_SF_UNORDERED_SET_HPP 20 #define INCLUDE_SF_UNORDERED_SET_HPP 22 #include <RCF/Config.hpp> 25 #include RCF_TR1_HEADER(unordered_set) 27 #include <SF/SerializeStl.hpp> 32 template<
typename Key,
typename Hash,
typename Pred,
typename Alloc>
33 inline void serialize_vc6(Archive &ar, std::tr1::unordered_set<Key,Hash,Pred,Alloc> &t,
const unsigned int)
35 serializeStlContainer<InsertSemantics, NoReserveSemantics>(ar, t);
39 template<
typename Key,
typename Hash,
typename Pred,
typename Alloc>
40 inline void serialize_vc6(Archive &ar, std::tr1::unordered_multiset<Key,Hash,Pred,Alloc> &t,
const unsigned int)
42 serializeStlContainer<InsertSemantics, NoReserveSemantics>(ar, t);
49 #endif // ! INCLUDE_SF_UNORDERED_SET_HPP Definition: ByteBuffer.hpp:189