$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Mutidimensional subscriptor operator
From: Agustín K-ballo Bergé (kaballo86_at_[hidden])
Date: 2008-09-07 19:27:31
Is there anything at boost that will help me build classes that support
multidimensional subscriptor operator? I'm thinking in some CRTP-based
solution in which I implement a subscriptor operator taking a tuple (or
any other sequence of types type), that would create all the
intermediate proxy types needed.
Agustín K-ballo Bergé.-