$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Richter (roland_at_[hidden])
Date: 2004-03-01 07:32:12
Boosters,
I want to write a function which compares two shared_array's
element-wise (operator==() compares for pointer equality).
How to get the number of elements a given shared_array contains?
At first glance there seems to be no possibility; am I missing
something?
- Roland