$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [MPL] new run-time algorithm: for_all
From: James Philbin (philbinj_at_[hidden])
Date: 2008-11-24 06:47:49
> I admit the name is terrible :-) It's a placeholder until I can find out how
> it should be called.
I think it's technically an n-ary Cartesian Product:
http://en.wikipedia.org/wiki/Cartesian_product, though I think other
languages just call it a Cartesian Product:
http://www.sagemath.org/doc/ref/module-sage.combinat.cartesian-product.html.
James