Boost logo

Boost :

Subject: Re: [boost] [TypeTraits] Type traits for member pointers?
From: Jeffrey Hellrung (jhellrung_at_[hidden])
Date: 2009-07-17 15:02:36


Celtic Minstrel wrote:
> I recently noticed that the Boost Type Traits library does not include
> any traits for member pointers apart from identification. For example,
> there are no "add member pointer" or "remove member pointer" traits,
> nor a trait to extract the containing type from a member pointer (ie
> extract Q from T Q::*). And there is no trait for decomposing member
> function pointers.
>

As far as decomposing member function pointers, is

http://www.boost.org/doc/libs/1_39_0/libs/function_types/doc/html/index.html

what you're looking for?

- Jeff


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