$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Fwd: [BGL] wrapping bundled properties
From: Sandeep Gupta (gupta.sandeep_at_[hidden])
Date: 2013-05-03 18:41:15
Hi,
I have my own container and define a wrapper around it to make it behave
like a BGL graph.
Is it possible (and does it make sense) to define wrapper for bundled
properties i.e. I want to control the storage of the bundled properties but
want the expression to evaluate
G[n].color = white
As of now, I will just get an error operator [] not defined. It is quite
that I just need to define operator
[] for G. Thanks in advance for any suggestions.
-Sandeep