set.hpp 782 B

12345678910111213141516171819202122
  1. // Copyright (C) 2005 Arkadiy Vertleyb, Peder Holt.
  2. // Use, modification and distribution is subject to the Boost Software
  3. // License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
  4. #ifndef BOOST_TYPEOF_STD_set_hpp_INCLUDED
  5. #define BOOST_TYPEOF_STD_set_hpp_INCLUDED
  6. #include <set>
  7. #include <boost/typeof/typeof.hpp>
  8. #include <boost/typeof/std/memory.hpp>
  9. #include <boost/typeof/std/functional.hpp>
  10. #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
  11. BOOST_TYPEOF_REGISTER_TEMPLATE(std::set, 1)
  12. BOOST_TYPEOF_REGISTER_TEMPLATE(std::set, 2)
  13. BOOST_TYPEOF_REGISTER_TEMPLATE(std::set, 3)
  14. BOOST_TYPEOF_REGISTER_TEMPLATE(std::multiset, 1)
  15. BOOST_TYPEOF_REGISTER_TEMPLATE(std::multiset, 2)
  16. BOOST_TYPEOF_REGISTER_TEMPLATE(std::multiset, 3)
  17. #endif//BOOST_TYPEOF_STD_set_hpp_INCLUDED