Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template new_allocator_bool

boost::container::new_allocator_bool

Synopsis

// In header: <boost/container/new_allocator.hpp>

template<bool Value> 
struct new_allocator_bool {

  // public data members
  static const bool value;
};

PrevUpHomeNext