ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Struct template fixed_capacity_traits<fixed_capacity_deque< T, N, C >>

alps::fixed_capacity_traits<fixed_capacity_deque< T, N, C >>

Synopsis

// 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) ;
};

Description

fixed_capacity_traits public member functions

  1.  BOOST_STATIC_CONSTANT(bool, capacity_is_fixed = true) ;
  2.  BOOST_STATIC_CONSTANT(std::size_t, static_max_size = N) ;
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext