On 11/16/19 10:20 AM, James Blachly wrote:
On 11/16/19 9:48 AM, James Blachly wrote:I am trying to write templated code that will take a character array -- mutable, const, or immutable (string).I am aware of isSomeString, but I am still curious about Unqual array from a learning perspective.
Thank you both Steve and Anonymouse!Regarding Steve's comment -- this should be made clear in documentation no? Regarding Anonymouse's code snippet, I've definitely saved that for future. thank you.
James