Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2005-12-07 11:13:51


Why isn't this function called zero_in?

    if (zero_in(x)) whatever...

seems a lot more natural than

    if (in_zero(x)) whatever...

After all, the question is whether zero is in x, not whether x is in
zero!

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk