Hi! Is there such a class in boost?
What I'm thinking of is fairly simple, it could be written easily with
type_traits and mpl::if_, but I prefer using the standard boost components,
if they exist.
select_parent
Agoston Bejo wrote:
Hi! Is there such a class in boost?
I don't think so.
What I'm thinking of is fairly simple, it could be written easily with type_traits and mpl::if_, but I prefer using the standard boost components, if they exist.
Those _are_ standard boost components, though. It isn't clear to me that Boost should also include every possible useful combination of its components. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (2)
-
Agoston Bejo
-
David Abrahams