
17 Jul
2009
17 Jul
'09
7:02 p.m.
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