ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Struct template fixed_capacity_traits

alps::fixed_capacity_traits

Synopsis

// In header: <alps/fixed_capacity_fwd.h>

template<typename C> 
struct fixed_capacity_traits {

  // public member functions
   BOOST_STATIC_CONSTANT(bool, capacity_is_fixed = false);
};

Description

fixed_capacity_traits public member functions

  1.  BOOST_STATIC_CONSTANT(bool, capacity_is_fixed = false);
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext