Is there a safe bool idiom helper in boost?

Viewed 1109

25% of programmers work time is spended by checking if the required code already exist.

I'm searching for a base class for implementing the safe bool idiom.

2 Answers
Related