Boost logo

Boost :

From: Alec Ross (alec_at_[hidden])
Date: 2005-07-26 09:46:32


In message <dc5f2b$ub0$1_at_[hidden]>, Jeff Flinn
<TriumphSprint2000_at_[hidden]> writes
>
>"Rob Stewart" <stewart_at_[hidden]> wrote in message
>news:200507251959.j6PJx7Qe022151_at_weezy.balstatdev.susq.com...
>
>
...
>The Defining operations would include:
>
> conceptual_set s0(5);
> conceptual_set s1(4,5,6);
> conceptual_set s2(3,4,5);
>
> conceptual_set s3 = intersection( s1, s2 ); // {4,5}
> conceptual_set s4 = union( s1, s2 ); // {3,4,5,6}
>
A constructor using a braced element sequence as part of the syntax - as
per array initialization - would a great resonance with the mathematical
notation of the above comments.

-- 
Alec Ross

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk