$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [range] count vs count_if
From: John M. Dlugosz (mpbecey7gu_at_[hidden])
Date: 2012-02-10 00:26:20
On 2/9/2012 3:08 PM, Bill Buklis wrote:
>
> What am I missing? How can count_if be properly expressed as count. To me it seems like it
> can't.
>
The value to compare against would be part of the 'pred', either hard-coded into it, or
bound as an argument to a function that takes two arguments.