
20 Apr
2012
20 Apr
'12
1:59 p.m.
On Fri, Apr 20, 2012 at 9:27 AM, Dave Abrahams <dave@boostpro.com> wrote:
... So, add Boost.Parameter and you get
directory_range('some_path', _recursive=true, _include=string_or_regex, _exclude=string_or_regex) directory_range('some_path', _exclude=string_or_regex) directory_range('some_path', _recursive=false)
That's nice, but I think we can do better...
And then there's
directory_range('some_path') | filtered(predicate1) | filtered(predicate2) ...
Yes, and that's the direction I'm planning to explore. I'm just now setting up to try out such suggestions. Thanks, --Beman