POV-Ray : Newsgroups : povray.off-topic : Wikipath : Re: Wikipath Server Time
1 Oct 2024 00:05:49 EDT (-0400)
  Re: Wikipath  
From: Warp
Date: 2 Sep 2008 08:44:21
Message: <48bd3525@news.povray.org>
Nicolas Alvarez <nic### [at] gmailcom> wrote:
> It's not a feature I'm likely to use much, anyway.

  Lambda function will make it much easier to use STL algorithms which take
a user-defined functor (such as for example for_each(), find_if(),
transform(), etc.) which will make them much more desirable. They will
also make it easier to quickly create data containers with more exotic
comparison functions than less_than or greater_than.

> I'm more interested in
> the range-based for loop (yes, I know it's pure syntax sugar), and template
> concepts.

  Personally I'm drooling over rvalue references, which will allow for much
more efficient move semantics.

-- 
                                                          - Warp


Post a reply to this message

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