21 #ifndef BOOST_PYTHON_INDEXING_DEQUE_HPP 22 #define BOOST_PYTHON_INDEXING_DEQUE_HPP 24 #include <indexing_suite/container_traits.hpp> 25 #include <indexing_suite/container_suite.hpp> 26 #include <indexing_suite/algorithms.hpp> 29 namespace boost {
namespace python {
namespace indexing {
30 #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) 36 template <
class T,
class Allocator>
39 typedef std::deque<T, Allocator> Container;
53 method_set_type MethodMask = all_methods,
63 #endif // BOOST_PYTHON_INDEXING_DEQUE_HPP Definition: algorithms.hpp:42
Definition: python_CEGUI.h:9
Definition: proxy_iterator.hpp:155
Definition: container_suite.hpp:42
Definition: algorithms.hpp:532