The class Random_access_value_adaptor<IC,T> provides a random
access for data structures. It is derived from
Random_access_adaptor<IC>. Instead of returning iterators from
the operator[] methods, it returns the dereferenced value of
the iterator. The iterator or circulator of the data structure are
of type IC. Their value type is .