$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] identifying a string type
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-06-08 05:32:42
Steven Ross wrote:
> Is there a boolean argument that can be used to identify whether a data type
> is some form of string that has a [] operator that returns an integer data
> type (preferably 2 or less bytes in size)?
Check for Random Access Range with a value type that fills your criteria.