$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2006-08-18 06:35:06
Andy Little <andy <at> servocomm.freeserve.co.uk> writes:
> // Quan
> quan::length::ft qft(3);
> std::cout << "quan qft.numeric_value() = "<< qft.numeric_value() << '\n';
> assert(qft.numeric_value() ==3);
Just a question: why is the member called numeric_value? are there other values?
-Thorsten