POV-Ray : Newsgroups : povray.off-topic : Parametric polymorphism : Re: Parametric polymorphism Server Time
29 Jul 2024 04:18:44 EDT (-0400)
  Re: Parametric polymorphism  
From: Invisible
Date: 11 May 2012 10:13:38
Message: <4fad1e92$1@news.povray.org>
On 10/05/2012 03:41 PM, Le_Forgeron wrote:
> You will be delighted by the C++11 range-based for loop:
>
> for(auto i : whateverSTL)
> {
>    // here you have all the element of the container as i, one at a time
>
> }
>
>
> no need for template, just basic code.

STL?

As in Standard TEMPLATE Library?

Yeah, no templates here. ;-)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.