$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Boost.Range][Boost.Iterators] - iterator as pointer
From: Christoph Heindl (christoph.heindl_at_[hidden])
Date: 2011-08-13 14:22:30
Hi folks,
I wonder if it is possible to determine if an iterator or a boost.range can
be handled like a pointer to contiguous memory using an iterator/range
trait? I need to enable functions if the given range is convertible to a
c-array like pointer range.
Best regards,
Christoph