![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::fixed_capacity_traits<fixed_capacity_deque< T, N, C >>
// In header: <alps/fixed_capacity_traits.h> template<typename T, std::size_t N, typename C> struct fixed_capacity_traits<fixed_capacity_deque< T, N, C >> { // public member functions BOOST_STATIC_CONSTANT(bool, capacity_is_fixed = true); BOOST_STATIC_CONSTANT(std::size_t, static_max_size = N); };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |