$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] question about vertex_index_t property of graph
From: breadbread1984 (breadbread1984_at_[hidden])
Date: 2015-07-23 20:38:42
I am using boost graph library. I want to know whether the value of
vertex_index_t property is assigned and updated automatically? If I serialize
a graph to a file and deserialize it, will the value of vertex_index_t property
remain?