Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
set.hpp File Reference
Include dependency graph for set.hpp:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::serialization
 

Functions

template<class Archive , class Key , class Compare , class Allocator >
void boost::serialization::save (Archive &ar, const std::set< Key, Compare, Allocator > &t, const unsigned int)
 
template<class Archive , class Key , class Compare , class Allocator >
void boost::serialization::load (Archive &ar, std::set< Key, Compare, Allocator > &t, const unsigned int)
 
template<class Archive , class Key , class Compare , class Allocator >
void boost::serialization::serialize (Archive &ar, std::set< Key, Compare, Allocator > &t, const unsigned int file_version)
 
template<class Archive , class Key , class Compare , class Allocator >
void boost::serialization::save (Archive &ar, const std::multiset< Key, Compare, Allocator > &t, const unsigned int)
 
template<class Archive , class Key , class Compare , class Allocator >
void boost::serialization::load (Archive &ar, std::multiset< Key, Compare, Allocator > &t, const unsigned int)
 
template<class Archive , class Key , class Compare , class Allocator >
void boost::serialization::serialize (Archive &ar, std::multiset< Key, Compare, Allocator > &t, const unsigned int file_version)